intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getPowerPolicy
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Power Management policy models a configuration that can be applied to Chassis or Server to manage Power Related Features.
Using getPowerPolicy
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPowerPolicy(args: GetPowerPolicyArgs, opts?: InvokeOptions): Promise<GetPowerPolicyResult>
function getPowerPolicyOutput(args: GetPowerPolicyOutputArgs, opts?: InvokeOptions): Output<GetPowerPolicyResult>def get_power_policy(account_moid: Optional[str] = None,
                     additional_properties: Optional[str] = None,
                     allocated_budget: Optional[float] = None,
                     ancestors: Optional[Sequence[GetPowerPolicyAncestor]] = None,
                     class_id: Optional[str] = None,
                     create_time: Optional[str] = None,
                     description: Optional[str] = None,
                     domain_group_moid: Optional[str] = None,
                     dynamic_rebalancing: Optional[str] = None,
                     extended_power_capacity: Optional[str] = None,
                     id: Optional[str] = None,
                     mod_time: Optional[str] = None,
                     moid: Optional[str] = None,
                     name: Optional[str] = None,
                     object_type: Optional[str] = None,
                     organization: Optional[GetPowerPolicyOrganization] = None,
                     owners: Optional[Sequence[str]] = None,
                     parent: Optional[GetPowerPolicyParent] = None,
                     permission_resources: Optional[Sequence[GetPowerPolicyPermissionResource]] = None,
                     power_priority: Optional[str] = None,
                     power_profiling: Optional[str] = None,
                     power_restore_state: Optional[str] = None,
                     power_save_mode: Optional[str] = None,
                     processor_package_power_limit: Optional[str] = None,
                     profiles: Optional[Sequence[GetPowerPolicyProfile]] = None,
                     redundancy_mode: Optional[str] = None,
                     shared_scope: Optional[str] = None,
                     tags: Optional[Sequence[GetPowerPolicyTag]] = None,
                     version_context: Optional[GetPowerPolicyVersionContext] = None,
                     opts: Optional[InvokeOptions] = None) -> GetPowerPolicyResult
def get_power_policy_output(account_moid: Optional[pulumi.Input[str]] = None,
                     additional_properties: Optional[pulumi.Input[str]] = None,
                     allocated_budget: Optional[pulumi.Input[float]] = None,
                     ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetPowerPolicyAncestorArgs]]]] = None,
                     class_id: Optional[pulumi.Input[str]] = None,
                     create_time: Optional[pulumi.Input[str]] = None,
                     description: Optional[pulumi.Input[str]] = None,
                     domain_group_moid: Optional[pulumi.Input[str]] = None,
                     dynamic_rebalancing: Optional[pulumi.Input[str]] = None,
                     extended_power_capacity: Optional[pulumi.Input[str]] = None,
                     id: Optional[pulumi.Input[str]] = None,
                     mod_time: Optional[pulumi.Input[str]] = None,
                     moid: Optional[pulumi.Input[str]] = None,
                     name: Optional[pulumi.Input[str]] = None,
                     object_type: Optional[pulumi.Input[str]] = None,
                     organization: Optional[pulumi.Input[GetPowerPolicyOrganizationArgs]] = None,
                     owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                     parent: Optional[pulumi.Input[GetPowerPolicyParentArgs]] = None,
                     permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetPowerPolicyPermissionResourceArgs]]]] = None,
                     power_priority: Optional[pulumi.Input[str]] = None,
                     power_profiling: Optional[pulumi.Input[str]] = None,
                     power_restore_state: Optional[pulumi.Input[str]] = None,
                     power_save_mode: Optional[pulumi.Input[str]] = None,
                     processor_package_power_limit: Optional[pulumi.Input[str]] = None,
                     profiles: Optional[pulumi.Input[Sequence[pulumi.Input[GetPowerPolicyProfileArgs]]]] = None,
                     redundancy_mode: Optional[pulumi.Input[str]] = None,
                     shared_scope: Optional[pulumi.Input[str]] = None,
                     tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetPowerPolicyTagArgs]]]] = None,
                     version_context: Optional[pulumi.Input[GetPowerPolicyVersionContextArgs]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetPowerPolicyResult]func LookupPowerPolicy(ctx *Context, args *LookupPowerPolicyArgs, opts ...InvokeOption) (*LookupPowerPolicyResult, error)
func LookupPowerPolicyOutput(ctx *Context, args *LookupPowerPolicyOutputArgs, opts ...InvokeOption) LookupPowerPolicyResultOutput> Note: This function is named LookupPowerPolicy in the Go SDK.
public static class GetPowerPolicy 
{
    public static Task<GetPowerPolicyResult> InvokeAsync(GetPowerPolicyArgs args, InvokeOptions? opts = null)
    public static Output<GetPowerPolicyResult> Invoke(GetPowerPolicyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPowerPolicyResult> getPowerPolicy(GetPowerPolicyArgs args, InvokeOptions options)
public static Output<GetPowerPolicyResult> getPowerPolicy(GetPowerPolicyArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getPowerPolicy:getPowerPolicy
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AllocatedBudget double
- Sets the limit for the maximum input power consumption by the chassis (in Watts). Set to 0 for no limit.
- Ancestors
List<GetPower Policy Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DynamicRebalancing string
- Sets the dynamic power rebalancing mode of the chassis. If enabled, this mode allows the chassis to dynamically reallocate the power between servers depending on their power usage.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- ExtendedPower stringCapacity 
- Sets the Extended Power Capacity of the Chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies. This option is only supported for Cisco UCS X series Chassis.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- ObjectType string
- Organization
GetPower Policy Organization 
- Owners List<string>
- Parent
GetPower Policy Parent 
- PermissionResources List<GetPower Policy Permission Resource> 
- PowerPriority string
- Sets the Power Priority of the Server. This priority is used to determine the initial power allocation for servers. This field is only supported for Cisco UCS B series and X series servers.* Low- Set the Power Priority to Low.*Medium- Set the Power Priority to Medium.*High- Set the Power Priority to High.
- PowerProfiling string
- Sets the Power Profiling of the Server. If Enabled, this field allows the power manager to run power profiling utility to determine the power needs of the server. This field is only supported for Cisco UCS X series servers.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- PowerRestore stringState 
- Sets the Power Restore State of the Server. In the absence of Intersight connectivity, the chassis/server will use this policy to recover the host power after a power loss event.* AlwaysOff- Set the Power Restore Mode to Off.*AlwaysOn- Set the Power Restore Mode to On.*LastState- Set the Power Restore Mode to LastState.
- PowerSave stringMode 
- Sets the power save mode of the chassis. If the requested power budget is less than available power capacity, the additional PSUs not required to comply with redundancy policy are placed in power save mode.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- ProcessorPackage stringPower Limit 
- Sets the Processor Package Power Limit (PPL) of a server. PPL refers to the amount of power that a CPU can draw from the power supply. The Processor Package Power Limit (PPL) feature is currently available exclusively on Cisco UCS C225/C245 M8 servers.* Default- Set the Package Power Limit to the platform defined default value.*Maximum- Set the Package Power Limit to the platform defined maximum value.*Minimum- Set the Package Power Limit to the platform defined minimum value.
- Profiles
List<GetPower Policy Profile> 
- RedundancyMode string
- Sets the Power Redundancy Mode of the Chassis. Redundancy Mode determines the number of PSUs the chassis keeps as redundant. N+2 mode is only supported for Cisco UCS X series Chassis.* Grid- Grid Mode requires two power sources. If one source fails, the surviving PSUs connected to the other source provides power to the chassis.*NotRedundant- Power Manager turns on the minimum number of PSUs required to support chassis power requirements. No Redundant PSUs are maintained.*N+1- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus one additional PSU for redundancy.*N+2- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus two additional PSU for redundancy. This Mode is only supported for UCS X series Chassis.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetPower Policy Tag> 
- VersionContext GetPower Policy Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AllocatedBudget float64
- Sets the limit for the maximum input power consumption by the chassis (in Watts). Set to 0 for no limit.
- Ancestors
[]GetPower Policy Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DynamicRebalancing string
- Sets the dynamic power rebalancing mode of the chassis. If enabled, this mode allows the chassis to dynamically reallocate the power between servers depending on their power usage.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- ExtendedPower stringCapacity 
- Sets the Extended Power Capacity of the Chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies. This option is only supported for Cisco UCS X series Chassis.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- ObjectType string
- Organization
GetPower Policy Organization 
- Owners []string
- Parent
GetPower Policy Parent 
- PermissionResources []GetPower Policy Permission Resource 
- PowerPriority string
- Sets the Power Priority of the Server. This priority is used to determine the initial power allocation for servers. This field is only supported for Cisco UCS B series and X series servers.* Low- Set the Power Priority to Low.*Medium- Set the Power Priority to Medium.*High- Set the Power Priority to High.
- PowerProfiling string
- Sets the Power Profiling of the Server. If Enabled, this field allows the power manager to run power profiling utility to determine the power needs of the server. This field is only supported for Cisco UCS X series servers.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- PowerRestore stringState 
- Sets the Power Restore State of the Server. In the absence of Intersight connectivity, the chassis/server will use this policy to recover the host power after a power loss event.* AlwaysOff- Set the Power Restore Mode to Off.*AlwaysOn- Set the Power Restore Mode to On.*LastState- Set the Power Restore Mode to LastState.
- PowerSave stringMode 
- Sets the power save mode of the chassis. If the requested power budget is less than available power capacity, the additional PSUs not required to comply with redundancy policy are placed in power save mode.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- ProcessorPackage stringPower Limit 
- Sets the Processor Package Power Limit (PPL) of a server. PPL refers to the amount of power that a CPU can draw from the power supply. The Processor Package Power Limit (PPL) feature is currently available exclusively on Cisco UCS C225/C245 M8 servers.* Default- Set the Package Power Limit to the platform defined default value.*Maximum- Set the Package Power Limit to the platform defined maximum value.*Minimum- Set the Package Power Limit to the platform defined minimum value.
- Profiles
[]GetPower Policy Profile 
- RedundancyMode string
- Sets the Power Redundancy Mode of the Chassis. Redundancy Mode determines the number of PSUs the chassis keeps as redundant. N+2 mode is only supported for Cisco UCS X series Chassis.* Grid- Grid Mode requires two power sources. If one source fails, the surviving PSUs connected to the other source provides power to the chassis.*NotRedundant- Power Manager turns on the minimum number of PSUs required to support chassis power requirements. No Redundant PSUs are maintained.*N+1- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus one additional PSU for redundancy.*N+2- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus two additional PSU for redundancy. This Mode is only supported for UCS X series Chassis.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
[]GetPower Policy Tag 
- VersionContext GetPower Policy Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- allocatedBudget Double
- Sets the limit for the maximum input power consumption by the chassis (in Watts). Set to 0 for no limit.
- ancestors
List<GetPower Policy Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- dynamicRebalancing String
- Sets the dynamic power rebalancing mode of the chassis. If enabled, this mode allows the chassis to dynamically reallocate the power between servers depending on their power usage.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- extendedPower StringCapacity 
- Sets the Extended Power Capacity of the Chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies. This option is only supported for Cisco UCS X series Chassis.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the concrete policy.
- objectType String
- organization
GetPower Policy Organization 
- owners List<String>
- parent
GetPower Policy Parent 
- permissionResources List<GetPower Policy Permission Resource> 
- powerPriority String
- Sets the Power Priority of the Server. This priority is used to determine the initial power allocation for servers. This field is only supported for Cisco UCS B series and X series servers.* Low- Set the Power Priority to Low.*Medium- Set the Power Priority to Medium.*High- Set the Power Priority to High.
- powerProfiling String
- Sets the Power Profiling of the Server. If Enabled, this field allows the power manager to run power profiling utility to determine the power needs of the server. This field is only supported for Cisco UCS X series servers.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- powerRestore StringState 
- Sets the Power Restore State of the Server. In the absence of Intersight connectivity, the chassis/server will use this policy to recover the host power after a power loss event.* AlwaysOff- Set the Power Restore Mode to Off.*AlwaysOn- Set the Power Restore Mode to On.*LastState- Set the Power Restore Mode to LastState.
- powerSave StringMode 
- Sets the power save mode of the chassis. If the requested power budget is less than available power capacity, the additional PSUs not required to comply with redundancy policy are placed in power save mode.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- processorPackage StringPower Limit 
- Sets the Processor Package Power Limit (PPL) of a server. PPL refers to the amount of power that a CPU can draw from the power supply. The Processor Package Power Limit (PPL) feature is currently available exclusively on Cisco UCS C225/C245 M8 servers.* Default- Set the Package Power Limit to the platform defined default value.*Maximum- Set the Package Power Limit to the platform defined maximum value.*Minimum- Set the Package Power Limit to the platform defined minimum value.
- profiles
List<GetPower Policy Profile> 
- redundancyMode String
- Sets the Power Redundancy Mode of the Chassis. Redundancy Mode determines the number of PSUs the chassis keeps as redundant. N+2 mode is only supported for Cisco UCS X series Chassis.* Grid- Grid Mode requires two power sources. If one source fails, the surviving PSUs connected to the other source provides power to the chassis.*NotRedundant- Power Manager turns on the minimum number of PSUs required to support chassis power requirements. No Redundant PSUs are maintained.*N+1- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus one additional PSU for redundancy.*N+2- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus two additional PSU for redundancy. This Mode is only supported for UCS X series Chassis.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetPower Policy Tag> 
- versionContext GetPower Policy Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- allocatedBudget number
- Sets the limit for the maximum input power consumption by the chassis (in Watts). Set to 0 for no limit.
- ancestors
GetPower Policy Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- description string
- Description of the policy.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- dynamicRebalancing string
- Sets the dynamic power rebalancing mode of the chassis. If enabled, this mode allows the chassis to dynamically reallocate the power between servers depending on their power usage.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- extendedPower stringCapacity 
- Sets the Extended Power Capacity of the Chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies. This option is only supported for Cisco UCS X series Chassis.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- id string
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the concrete policy.
- objectType string
- organization
GetPower Policy Organization 
- owners string[]
- parent
GetPower Policy Parent 
- permissionResources GetPower Policy Permission Resource[] 
- powerPriority string
- Sets the Power Priority of the Server. This priority is used to determine the initial power allocation for servers. This field is only supported for Cisco UCS B series and X series servers.* Low- Set the Power Priority to Low.*Medium- Set the Power Priority to Medium.*High- Set the Power Priority to High.
- powerProfiling string
- Sets the Power Profiling of the Server. If Enabled, this field allows the power manager to run power profiling utility to determine the power needs of the server. This field is only supported for Cisco UCS X series servers.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- powerRestore stringState 
- Sets the Power Restore State of the Server. In the absence of Intersight connectivity, the chassis/server will use this policy to recover the host power after a power loss event.* AlwaysOff- Set the Power Restore Mode to Off.*AlwaysOn- Set the Power Restore Mode to On.*LastState- Set the Power Restore Mode to LastState.
- powerSave stringMode 
- Sets the power save mode of the chassis. If the requested power budget is less than available power capacity, the additional PSUs not required to comply with redundancy policy are placed in power save mode.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- processorPackage stringPower Limit 
- Sets the Processor Package Power Limit (PPL) of a server. PPL refers to the amount of power that a CPU can draw from the power supply. The Processor Package Power Limit (PPL) feature is currently available exclusively on Cisco UCS C225/C245 M8 servers.* Default- Set the Package Power Limit to the platform defined default value.*Maximum- Set the Package Power Limit to the platform defined maximum value.*Minimum- Set the Package Power Limit to the platform defined minimum value.
- profiles
GetPower Policy Profile[] 
- redundancyMode string
- Sets the Power Redundancy Mode of the Chassis. Redundancy Mode determines the number of PSUs the chassis keeps as redundant. N+2 mode is only supported for Cisco UCS X series Chassis.* Grid- Grid Mode requires two power sources. If one source fails, the surviving PSUs connected to the other source provides power to the chassis.*NotRedundant- Power Manager turns on the minimum number of PSUs required to support chassis power requirements. No Redundant PSUs are maintained.*N+1- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus one additional PSU for redundancy.*N+2- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus two additional PSU for redundancy. This Mode is only supported for UCS X series Chassis.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
GetPower Policy Tag[] 
- versionContext GetPower Policy Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- allocated_budget float
- Sets the limit for the maximum input power consumption by the chassis (in Watts). Set to 0 for no limit.
- ancestors
Sequence[GetPower Policy Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- description str
- Description of the policy.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- dynamic_rebalancing str
- Sets the dynamic power rebalancing mode of the chassis. If enabled, this mode allows the chassis to dynamically reallocate the power between servers depending on their power usage.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- extended_power_ strcapacity 
- Sets the Extended Power Capacity of the Chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies. This option is only supported for Cisco UCS X series Chassis.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- id str
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the concrete policy.
- object_type str
- organization
GetPower Policy Organization 
- owners Sequence[str]
- parent
GetPower Policy Parent 
- permission_resources Sequence[GetPower Policy Permission Resource] 
- power_priority str
- Sets the Power Priority of the Server. This priority is used to determine the initial power allocation for servers. This field is only supported for Cisco UCS B series and X series servers.* Low- Set the Power Priority to Low.*Medium- Set the Power Priority to Medium.*High- Set the Power Priority to High.
- power_profiling str
- Sets the Power Profiling of the Server. If Enabled, this field allows the power manager to run power profiling utility to determine the power needs of the server. This field is only supported for Cisco UCS X series servers.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- power_restore_ strstate 
- Sets the Power Restore State of the Server. In the absence of Intersight connectivity, the chassis/server will use this policy to recover the host power after a power loss event.* AlwaysOff- Set the Power Restore Mode to Off.*AlwaysOn- Set the Power Restore Mode to On.*LastState- Set the Power Restore Mode to LastState.
- power_save_ strmode 
- Sets the power save mode of the chassis. If the requested power budget is less than available power capacity, the additional PSUs not required to comply with redundancy policy are placed in power save mode.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- processor_package_ strpower_ limit 
- Sets the Processor Package Power Limit (PPL) of a server. PPL refers to the amount of power that a CPU can draw from the power supply. The Processor Package Power Limit (PPL) feature is currently available exclusively on Cisco UCS C225/C245 M8 servers.* Default- Set the Package Power Limit to the platform defined default value.*Maximum- Set the Package Power Limit to the platform defined maximum value.*Minimum- Set the Package Power Limit to the platform defined minimum value.
- profiles
Sequence[GetPower Policy Profile] 
- redundancy_mode str
- Sets the Power Redundancy Mode of the Chassis. Redundancy Mode determines the number of PSUs the chassis keeps as redundant. N+2 mode is only supported for Cisco UCS X series Chassis.* Grid- Grid Mode requires two power sources. If one source fails, the surviving PSUs connected to the other source provides power to the chassis.*NotRedundant- Power Manager turns on the minimum number of PSUs required to support chassis power requirements. No Redundant PSUs are maintained.*N+1- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus one additional PSU for redundancy.*N+2- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus two additional PSU for redundancy. This Mode is only supported for UCS X series Chassis.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
Sequence[GetPower Policy Tag] 
- version_context GetPower Policy Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- allocatedBudget Number
- Sets the limit for the maximum input power consumption by the chassis (in Watts). Set to 0 for no limit.
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- dynamicRebalancing String
- Sets the dynamic power rebalancing mode of the chassis. If enabled, this mode allows the chassis to dynamically reallocate the power between servers depending on their power usage.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- extendedPower StringCapacity 
- Sets the Extended Power Capacity of the Chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies. This option is only supported for Cisco UCS X series Chassis.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the concrete policy.
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- powerPriority String
- Sets the Power Priority of the Server. This priority is used to determine the initial power allocation for servers. This field is only supported for Cisco UCS B series and X series servers.* Low- Set the Power Priority to Low.*Medium- Set the Power Priority to Medium.*High- Set the Power Priority to High.
- powerProfiling String
- Sets the Power Profiling of the Server. If Enabled, this field allows the power manager to run power profiling utility to determine the power needs of the server. This field is only supported for Cisco UCS X series servers.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- powerRestore StringState 
- Sets the Power Restore State of the Server. In the absence of Intersight connectivity, the chassis/server will use this policy to recover the host power after a power loss event.* AlwaysOff- Set the Power Restore Mode to Off.*AlwaysOn- Set the Power Restore Mode to On.*LastState- Set the Power Restore Mode to LastState.
- powerSave StringMode 
- Sets the power save mode of the chassis. If the requested power budget is less than available power capacity, the additional PSUs not required to comply with redundancy policy are placed in power save mode.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- processorPackage StringPower Limit 
- Sets the Processor Package Power Limit (PPL) of a server. PPL refers to the amount of power that a CPU can draw from the power supply. The Processor Package Power Limit (PPL) feature is currently available exclusively on Cisco UCS C225/C245 M8 servers.* Default- Set the Package Power Limit to the platform defined default value.*Maximum- Set the Package Power Limit to the platform defined maximum value.*Minimum- Set the Package Power Limit to the platform defined minimum value.
- profiles List<Property Map>
- redundancyMode String
- Sets the Power Redundancy Mode of the Chassis. Redundancy Mode determines the number of PSUs the chassis keeps as redundant. N+2 mode is only supported for Cisco UCS X series Chassis.* Grid- Grid Mode requires two power sources. If one source fails, the surviving PSUs connected to the other source provides power to the chassis.*NotRedundant- Power Manager turns on the minimum number of PSUs required to support chassis power requirements. No Redundant PSUs are maintained.*N+1- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus one additional PSU for redundancy.*N+2- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus two additional PSU for redundancy. This Mode is only supported for UCS X series Chassis.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- versionContext Property Map
getPowerPolicy Result
The following output properties are available:
- Id string
- Results
List<GetPower Policy Result> 
- AccountMoid string
- AdditionalProperties string
- AllocatedBudget double
- Ancestors
List<GetPower Policy Ancestor> 
- ClassId string
- CreateTime string
- Description string
- DomainGroup stringMoid 
- DynamicRebalancing string
- ExtendedPower stringCapacity 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Organization
GetPower Policy Organization 
- Owners List<string>
- Parent
GetPower Policy Parent 
- PermissionResources List<GetPower Policy Permission Resource> 
- PowerPriority string
- PowerProfiling string
- PowerRestore stringState 
- PowerSave stringMode 
- ProcessorPackage stringPower Limit 
- Profiles
List<GetPower Policy Profile> 
- RedundancyMode string
- string
- 
List<GetPower Policy Tag> 
- VersionContext GetPower Policy Version Context 
- Id string
- Results
[]GetPower Policy Result 
- AccountMoid string
- AdditionalProperties string
- AllocatedBudget float64
- Ancestors
[]GetPower Policy Ancestor 
- ClassId string
- CreateTime string
- Description string
- DomainGroup stringMoid 
- DynamicRebalancing string
- ExtendedPower stringCapacity 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Organization
GetPower Policy Organization 
- Owners []string
- Parent
GetPower Policy Parent 
- PermissionResources []GetPower Policy Permission Resource 
- PowerPriority string
- PowerProfiling string
- PowerRestore stringState 
- PowerSave stringMode 
- ProcessorPackage stringPower Limit 
- Profiles
[]GetPower Policy Profile 
- RedundancyMode string
- string
- 
[]GetPower Policy Tag 
- VersionContext GetPower Policy Version Context 
- id String
- results
List<GetPower Policy Result> 
- accountMoid String
- additionalProperties String
- allocatedBudget Double
- ancestors
List<GetPower Policy Ancestor> 
- classId String
- createTime String
- description String
- domainGroup StringMoid 
- dynamicRebalancing String
- extendedPower StringCapacity 
- modTime String
- moid String
- name String
- objectType String
- organization
GetPower Policy Organization 
- owners List<String>
- parent
GetPower Policy Parent 
- permissionResources List<GetPower Policy Permission Resource> 
- powerPriority String
- powerProfiling String
- powerRestore StringState 
- powerSave StringMode 
- processorPackage StringPower Limit 
- profiles
List<GetPower Policy Profile> 
- redundancyMode String
- String
- 
List<GetPower Policy Tag> 
- versionContext GetPower Policy Version Context 
- id string
- results
GetPower Policy Result[] 
- accountMoid string
- additionalProperties string
- allocatedBudget number
- ancestors
GetPower Policy Ancestor[] 
- classId string
- createTime string
- description string
- domainGroup stringMoid 
- dynamicRebalancing string
- extendedPower stringCapacity 
- modTime string
- moid string
- name string
- objectType string
- organization
GetPower Policy Organization 
- owners string[]
- parent
GetPower Policy Parent 
- permissionResources GetPower Policy Permission Resource[] 
- powerPriority string
- powerProfiling string
- powerRestore stringState 
- powerSave stringMode 
- processorPackage stringPower Limit 
- profiles
GetPower Policy Profile[] 
- redundancyMode string
- string
- 
GetPower Policy Tag[] 
- versionContext GetPower Policy Version Context 
- id str
- results
Sequence[GetPower Policy Result] 
- account_moid str
- additional_properties str
- allocated_budget float
- ancestors
Sequence[GetPower Policy Ancestor] 
- class_id str
- create_time str
- description str
- domain_group_ strmoid 
- dynamic_rebalancing str
- extended_power_ strcapacity 
- mod_time str
- moid str
- name str
- object_type str
- organization
GetPower Policy Organization 
- owners Sequence[str]
- parent
GetPower Policy Parent 
- permission_resources Sequence[GetPower Policy Permission Resource] 
- power_priority str
- power_profiling str
- power_restore_ strstate 
- power_save_ strmode 
- processor_package_ strpower_ limit 
- profiles
Sequence[GetPower Policy Profile] 
- redundancy_mode str
- str
- 
Sequence[GetPower Policy Tag] 
- version_context GetPower Policy Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- allocatedBudget Number
- ancestors List<Property Map>
- classId String
- createTime String
- description String
- domainGroup StringMoid 
- dynamicRebalancing String
- extendedPower StringCapacity 
- modTime String
- moid String
- name String
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- powerPriority String
- powerProfiling String
- powerRestore StringState 
- powerSave StringMode 
- processorPackage StringPower Limit 
- profiles List<Property Map>
- redundancyMode String
- String
- List<Property Map>
- versionContext Property Map
Supporting Types
GetPowerPolicyAncestor   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetPowerPolicyOrganization   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetPowerPolicyParent   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetPowerPolicyPermissionResource    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetPowerPolicyProfile   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetPowerPolicyResult   
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AllocatedBudget double
- Sets the limit for the maximum input power consumption by the chassis (in Watts). Set to 0 for no limit.
- Ancestors
List<GetPower Policy Result Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DynamicRebalancing string
- Sets the dynamic power rebalancing mode of the chassis. If enabled, this mode allows the chassis to dynamically reallocate the power between servers depending on their power usage.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- ExtendedPower stringCapacity 
- Sets the Extended Power Capacity of the Chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies. This option is only supported for Cisco UCS X series Chassis.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- ObjectType string
- Organizations
List<GetPower Policy Result Organization> 
- Owners List<string>
- Parents
List<GetPower Policy Result Parent> 
- PermissionResources List<GetPower Policy Result Permission Resource> 
- PowerPriority string
- Sets the Power Priority of the Server. This priority is used to determine the initial power allocation for servers. This field is only supported for Cisco UCS B series and X series servers.* Low- Set the Power Priority to Low.*Medium- Set the Power Priority to Medium.*High- Set the Power Priority to High.
- PowerProfiling string
- Sets the Power Profiling of the Server. If Enabled, this field allows the power manager to run power profiling utility to determine the power needs of the server. This field is only supported for Cisco UCS X series servers.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- PowerRestore stringState 
- Sets the Power Restore State of the Server. In the absence of Intersight connectivity, the chassis/server will use this policy to recover the host power after a power loss event.* AlwaysOff- Set the Power Restore Mode to Off.*AlwaysOn- Set the Power Restore Mode to On.*LastState- Set the Power Restore Mode to LastState.
- PowerSave stringMode 
- Sets the power save mode of the chassis. If the requested power budget is less than available power capacity, the additional PSUs not required to comply with redundancy policy are placed in power save mode.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- ProcessorPackage stringPower Limit 
- Sets the Processor Package Power Limit (PPL) of a server. PPL refers to the amount of power that a CPU can draw from the power supply. The Processor Package Power Limit (PPL) feature is currently available exclusively on Cisco UCS C225/C245 M8 servers.* Default- Set the Package Power Limit to the platform defined default value.*Maximum- Set the Package Power Limit to the platform defined maximum value.*Minimum- Set the Package Power Limit to the platform defined minimum value.
- Profiles
List<GetPower Policy Result Profile> 
- RedundancyMode string
- Sets the Power Redundancy Mode of the Chassis. Redundancy Mode determines the number of PSUs the chassis keeps as redundant. N+2 mode is only supported for Cisco UCS X series Chassis.* Grid- Grid Mode requires two power sources. If one source fails, the surviving PSUs connected to the other source provides power to the chassis.*NotRedundant- Power Manager turns on the minimum number of PSUs required to support chassis power requirements. No Redundant PSUs are maintained.*N+1- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus one additional PSU for redundancy.*N+2- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus two additional PSU for redundancy. This Mode is only supported for UCS X series Chassis.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetPower Policy Result Tag> 
- VersionContexts List<GetPower Policy Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AllocatedBudget float64
- Sets the limit for the maximum input power consumption by the chassis (in Watts). Set to 0 for no limit.
- Ancestors
[]GetPower Policy Result Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DynamicRebalancing string
- Sets the dynamic power rebalancing mode of the chassis. If enabled, this mode allows the chassis to dynamically reallocate the power between servers depending on their power usage.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- ExtendedPower stringCapacity 
- Sets the Extended Power Capacity of the Chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies. This option is only supported for Cisco UCS X series Chassis.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- ObjectType string
- Organizations
[]GetPower Policy Result Organization 
- Owners []string
- Parents
[]GetPower Policy Result Parent 
- PermissionResources []GetPower Policy Result Permission Resource 
- PowerPriority string
- Sets the Power Priority of the Server. This priority is used to determine the initial power allocation for servers. This field is only supported for Cisco UCS B series and X series servers.* Low- Set the Power Priority to Low.*Medium- Set the Power Priority to Medium.*High- Set the Power Priority to High.
- PowerProfiling string
- Sets the Power Profiling of the Server. If Enabled, this field allows the power manager to run power profiling utility to determine the power needs of the server. This field is only supported for Cisco UCS X series servers.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- PowerRestore stringState 
- Sets the Power Restore State of the Server. In the absence of Intersight connectivity, the chassis/server will use this policy to recover the host power after a power loss event.* AlwaysOff- Set the Power Restore Mode to Off.*AlwaysOn- Set the Power Restore Mode to On.*LastState- Set the Power Restore Mode to LastState.
- PowerSave stringMode 
- Sets the power save mode of the chassis. If the requested power budget is less than available power capacity, the additional PSUs not required to comply with redundancy policy are placed in power save mode.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- ProcessorPackage stringPower Limit 
- Sets the Processor Package Power Limit (PPL) of a server. PPL refers to the amount of power that a CPU can draw from the power supply. The Processor Package Power Limit (PPL) feature is currently available exclusively on Cisco UCS C225/C245 M8 servers.* Default- Set the Package Power Limit to the platform defined default value.*Maximum- Set the Package Power Limit to the platform defined maximum value.*Minimum- Set the Package Power Limit to the platform defined minimum value.
- Profiles
[]GetPower Policy Result Profile 
- RedundancyMode string
- Sets the Power Redundancy Mode of the Chassis. Redundancy Mode determines the number of PSUs the chassis keeps as redundant. N+2 mode is only supported for Cisco UCS X series Chassis.* Grid- Grid Mode requires two power sources. If one source fails, the surviving PSUs connected to the other source provides power to the chassis.*NotRedundant- Power Manager turns on the minimum number of PSUs required to support chassis power requirements. No Redundant PSUs are maintained.*N+1- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus one additional PSU for redundancy.*N+2- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus two additional PSU for redundancy. This Mode is only supported for UCS X series Chassis.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
[]GetPower Policy Result Tag 
- VersionContexts []GetPower Policy Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- allocatedBudget Double
- Sets the limit for the maximum input power consumption by the chassis (in Watts). Set to 0 for no limit.
- ancestors
List<GetPower Policy Result Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- dynamicRebalancing String
- Sets the dynamic power rebalancing mode of the chassis. If enabled, this mode allows the chassis to dynamically reallocate the power between servers depending on their power usage.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- extendedPower StringCapacity 
- Sets the Extended Power Capacity of the Chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies. This option is only supported for Cisco UCS X series Chassis.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the concrete policy.
- objectType String
- organizations
List<GetPower Policy Result Organization> 
- owners List<String>
- parents
List<GetPower Policy Result Parent> 
- permissionResources List<GetPower Policy Result Permission Resource> 
- powerPriority String
- Sets the Power Priority of the Server. This priority is used to determine the initial power allocation for servers. This field is only supported for Cisco UCS B series and X series servers.* Low- Set the Power Priority to Low.*Medium- Set the Power Priority to Medium.*High- Set the Power Priority to High.
- powerProfiling String
- Sets the Power Profiling of the Server. If Enabled, this field allows the power manager to run power profiling utility to determine the power needs of the server. This field is only supported for Cisco UCS X series servers.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- powerRestore StringState 
- Sets the Power Restore State of the Server. In the absence of Intersight connectivity, the chassis/server will use this policy to recover the host power after a power loss event.* AlwaysOff- Set the Power Restore Mode to Off.*AlwaysOn- Set the Power Restore Mode to On.*LastState- Set the Power Restore Mode to LastState.
- powerSave StringMode 
- Sets the power save mode of the chassis. If the requested power budget is less than available power capacity, the additional PSUs not required to comply with redundancy policy are placed in power save mode.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- processorPackage StringPower Limit 
- Sets the Processor Package Power Limit (PPL) of a server. PPL refers to the amount of power that a CPU can draw from the power supply. The Processor Package Power Limit (PPL) feature is currently available exclusively on Cisco UCS C225/C245 M8 servers.* Default- Set the Package Power Limit to the platform defined default value.*Maximum- Set the Package Power Limit to the platform defined maximum value.*Minimum- Set the Package Power Limit to the platform defined minimum value.
- profiles
List<GetPower Policy Result Profile> 
- redundancyMode String
- Sets the Power Redundancy Mode of the Chassis. Redundancy Mode determines the number of PSUs the chassis keeps as redundant. N+2 mode is only supported for Cisco UCS X series Chassis.* Grid- Grid Mode requires two power sources. If one source fails, the surviving PSUs connected to the other source provides power to the chassis.*NotRedundant- Power Manager turns on the minimum number of PSUs required to support chassis power requirements. No Redundant PSUs are maintained.*N+1- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus one additional PSU for redundancy.*N+2- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus two additional PSU for redundancy. This Mode is only supported for UCS X series Chassis.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetPower Policy Result Tag> 
- versionContexts List<GetPower Policy Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- allocatedBudget number
- Sets the limit for the maximum input power consumption by the chassis (in Watts). Set to 0 for no limit.
- ancestors
GetPower Policy Result Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- description string
- Description of the policy.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- dynamicRebalancing string
- Sets the dynamic power rebalancing mode of the chassis. If enabled, this mode allows the chassis to dynamically reallocate the power between servers depending on their power usage.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- extendedPower stringCapacity 
- Sets the Extended Power Capacity of the Chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies. This option is only supported for Cisco UCS X series Chassis.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the concrete policy.
- objectType string
- organizations
GetPower Policy Result Organization[] 
- owners string[]
- parents
GetPower Policy Result Parent[] 
- permissionResources GetPower Policy Result Permission Resource[] 
- powerPriority string
- Sets the Power Priority of the Server. This priority is used to determine the initial power allocation for servers. This field is only supported for Cisco UCS B series and X series servers.* Low- Set the Power Priority to Low.*Medium- Set the Power Priority to Medium.*High- Set the Power Priority to High.
- powerProfiling string
- Sets the Power Profiling of the Server. If Enabled, this field allows the power manager to run power profiling utility to determine the power needs of the server. This field is only supported for Cisco UCS X series servers.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- powerRestore stringState 
- Sets the Power Restore State of the Server. In the absence of Intersight connectivity, the chassis/server will use this policy to recover the host power after a power loss event.* AlwaysOff- Set the Power Restore Mode to Off.*AlwaysOn- Set the Power Restore Mode to On.*LastState- Set the Power Restore Mode to LastState.
- powerSave stringMode 
- Sets the power save mode of the chassis. If the requested power budget is less than available power capacity, the additional PSUs not required to comply with redundancy policy are placed in power save mode.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- processorPackage stringPower Limit 
- Sets the Processor Package Power Limit (PPL) of a server. PPL refers to the amount of power that a CPU can draw from the power supply. The Processor Package Power Limit (PPL) feature is currently available exclusively on Cisco UCS C225/C245 M8 servers.* Default- Set the Package Power Limit to the platform defined default value.*Maximum- Set the Package Power Limit to the platform defined maximum value.*Minimum- Set the Package Power Limit to the platform defined minimum value.
- profiles
GetPower Policy Result Profile[] 
- redundancyMode string
- Sets the Power Redundancy Mode of the Chassis. Redundancy Mode determines the number of PSUs the chassis keeps as redundant. N+2 mode is only supported for Cisco UCS X series Chassis.* Grid- Grid Mode requires two power sources. If one source fails, the surviving PSUs connected to the other source provides power to the chassis.*NotRedundant- Power Manager turns on the minimum number of PSUs required to support chassis power requirements. No Redundant PSUs are maintained.*N+1- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus one additional PSU for redundancy.*N+2- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus two additional PSU for redundancy. This Mode is only supported for UCS X series Chassis.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
GetPower Policy Result Tag[] 
- versionContexts GetPower Policy Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- allocated_budget float
- Sets the limit for the maximum input power consumption by the chassis (in Watts). Set to 0 for no limit.
- ancestors
Sequence[GetPower Policy Result Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- description str
- Description of the policy.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- dynamic_rebalancing str
- Sets the dynamic power rebalancing mode of the chassis. If enabled, this mode allows the chassis to dynamically reallocate the power between servers depending on their power usage.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- extended_power_ strcapacity 
- Sets the Extended Power Capacity of the Chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies. This option is only supported for Cisco UCS X series Chassis.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the concrete policy.
- object_type str
- organizations
Sequence[GetPower Policy Result Organization] 
- owners Sequence[str]
- parents
Sequence[GetPower Policy Result Parent] 
- permission_resources Sequence[GetPower Policy Result Permission Resource] 
- power_priority str
- Sets the Power Priority of the Server. This priority is used to determine the initial power allocation for servers. This field is only supported for Cisco UCS B series and X series servers.* Low- Set the Power Priority to Low.*Medium- Set the Power Priority to Medium.*High- Set the Power Priority to High.
- power_profiling str
- Sets the Power Profiling of the Server. If Enabled, this field allows the power manager to run power profiling utility to determine the power needs of the server. This field is only supported for Cisco UCS X series servers.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- power_restore_ strstate 
- Sets the Power Restore State of the Server. In the absence of Intersight connectivity, the chassis/server will use this policy to recover the host power after a power loss event.* AlwaysOff- Set the Power Restore Mode to Off.*AlwaysOn- Set the Power Restore Mode to On.*LastState- Set the Power Restore Mode to LastState.
- power_save_ strmode 
- Sets the power save mode of the chassis. If the requested power budget is less than available power capacity, the additional PSUs not required to comply with redundancy policy are placed in power save mode.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- processor_package_ strpower_ limit 
- Sets the Processor Package Power Limit (PPL) of a server. PPL refers to the amount of power that a CPU can draw from the power supply. The Processor Package Power Limit (PPL) feature is currently available exclusively on Cisco UCS C225/C245 M8 servers.* Default- Set the Package Power Limit to the platform defined default value.*Maximum- Set the Package Power Limit to the platform defined maximum value.*Minimum- Set the Package Power Limit to the platform defined minimum value.
- profiles
Sequence[GetPower Policy Result Profile] 
- redundancy_mode str
- Sets the Power Redundancy Mode of the Chassis. Redundancy Mode determines the number of PSUs the chassis keeps as redundant. N+2 mode is only supported for Cisco UCS X series Chassis.* Grid- Grid Mode requires two power sources. If one source fails, the surviving PSUs connected to the other source provides power to the chassis.*NotRedundant- Power Manager turns on the minimum number of PSUs required to support chassis power requirements. No Redundant PSUs are maintained.*N+1- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus one additional PSU for redundancy.*N+2- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus two additional PSU for redundancy. This Mode is only supported for UCS X series Chassis.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
Sequence[GetPower Policy Result Tag] 
- version_contexts Sequence[GetPower Policy Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- allocatedBudget Number
- Sets the limit for the maximum input power consumption by the chassis (in Watts). Set to 0 for no limit.
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- dynamicRebalancing String
- Sets the dynamic power rebalancing mode of the chassis. If enabled, this mode allows the chassis to dynamically reallocate the power between servers depending on their power usage.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- extendedPower StringCapacity 
- Sets the Extended Power Capacity of the Chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies. This option is only supported for Cisco UCS X series Chassis.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the concrete policy.
- objectType String
- organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- powerPriority String
- Sets the Power Priority of the Server. This priority is used to determine the initial power allocation for servers. This field is only supported for Cisco UCS B series and X series servers.* Low- Set the Power Priority to Low.*Medium- Set the Power Priority to Medium.*High- Set the Power Priority to High.
- powerProfiling String
- Sets the Power Profiling of the Server. If Enabled, this field allows the power manager to run power profiling utility to determine the power needs of the server. This field is only supported for Cisco UCS X series servers.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- powerRestore StringState 
- Sets the Power Restore State of the Server. In the absence of Intersight connectivity, the chassis/server will use this policy to recover the host power after a power loss event.* AlwaysOff- Set the Power Restore Mode to Off.*AlwaysOn- Set the Power Restore Mode to On.*LastState- Set the Power Restore Mode to LastState.
- powerSave StringMode 
- Sets the power save mode of the chassis. If the requested power budget is less than available power capacity, the additional PSUs not required to comply with redundancy policy are placed in power save mode.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- processorPackage StringPower Limit 
- Sets the Processor Package Power Limit (PPL) of a server. PPL refers to the amount of power that a CPU can draw from the power supply. The Processor Package Power Limit (PPL) feature is currently available exclusively on Cisco UCS C225/C245 M8 servers.* Default- Set the Package Power Limit to the platform defined default value.*Maximum- Set the Package Power Limit to the platform defined maximum value.*Minimum- Set the Package Power Limit to the platform defined minimum value.
- profiles List<Property Map>
- redundancyMode String
- Sets the Power Redundancy Mode of the Chassis. Redundancy Mode determines the number of PSUs the chassis keeps as redundant. N+2 mode is only supported for Cisco UCS X series Chassis.* Grid- Grid Mode requires two power sources. If one source fails, the surviving PSUs connected to the other source provides power to the chassis.*NotRedundant- Power Manager turns on the minimum number of PSUs required to support chassis power requirements. No Redundant PSUs are maintained.*N+1- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus one additional PSU for redundancy.*N+2- Power Manager turns on the minimum number of PSUs required to support chassis power requirements plus two additional PSU for redundancy. This Mode is only supported for UCS X series Chassis.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- versionContexts List<Property Map>
GetPowerPolicyResultAncestor    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetPowerPolicyResultOrganization    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetPowerPolicyResultParent    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetPowerPolicyResultPermissionResource     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetPowerPolicyResultProfile    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetPowerPolicyResultTag    
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetPowerPolicyResultVersionContext     
- AdditionalProperties string
- ClassId string
- InterestedMos []GetPower Policy Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetPower Policy Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetPower Policy Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetPower Policy Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetPower Policy Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetPower Policy Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetPowerPolicyResultVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetPowerPolicyResultVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetPowerPolicyTag   
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetPowerPolicyVersionContext    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetPower Policy Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetPower Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetPower Policy Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetPower Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetPower Policy Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetPower Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetPower Policy Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetPower Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetPower Policy Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetPower Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetPowerPolicyVersionContextInterestedMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetPowerPolicyVersionContextRefMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet