intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getPowerControlState
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Managed object used to track chassis power capping information.
Using getPowerControlState
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 getPowerControlState(args: GetPowerControlStateArgs, opts?: InvokeOptions): Promise<GetPowerControlStateResult>
function getPowerControlStateOutput(args: GetPowerControlStateOutputArgs, opts?: InvokeOptions): Output<GetPowerControlStateResult>def get_power_control_state(account_moid: Optional[str] = None,
                            additional_properties: Optional[str] = None,
                            allocated_power: Optional[float] = None,
                            ancestors: Optional[Sequence[GetPowerControlStateAncestor]] = None,
                            class_id: Optional[str] = None,
                            create_time: Optional[str] = None,
                            domain_group_moid: Optional[str] = None,
                            equipment_chassis: Optional[GetPowerControlStateEquipmentChassis] = None,
                            extended_power_capacity: Optional[str] = None,
                            grid_max_power: Optional[float] = None,
                            id: Optional[str] = None,
                            max_required_power: Optional[float] = None,
                            min_required_power: Optional[float] = None,
                            mod_time: Optional[str] = None,
                            moid: Optional[str] = None,
                            n1_max_power: Optional[float] = None,
                            n2_max_power: Optional[float] = None,
                            non_redundant_max_power: Optional[float] = None,
                            object_type: Optional[str] = None,
                            owners: Optional[Sequence[str]] = None,
                            parent: Optional[GetPowerControlStateParent] = None,
                            permission_resources: Optional[Sequence[GetPowerControlStatePermissionResource]] = None,
                            power_rebalancing: Optional[str] = None,
                            power_save_mode: Optional[str] = None,
                            registered_device: Optional[GetPowerControlStateRegisteredDevice] = None,
                            shared_scope: Optional[str] = None,
                            tags: Optional[Sequence[GetPowerControlStateTag]] = None,
                            version_context: Optional[GetPowerControlStateVersionContext] = None,
                            opts: Optional[InvokeOptions] = None) -> GetPowerControlStateResult
def get_power_control_state_output(account_moid: Optional[pulumi.Input[str]] = None,
                            additional_properties: Optional[pulumi.Input[str]] = None,
                            allocated_power: Optional[pulumi.Input[float]] = None,
                            ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetPowerControlStateAncestorArgs]]]] = None,
                            class_id: Optional[pulumi.Input[str]] = None,
                            create_time: Optional[pulumi.Input[str]] = None,
                            domain_group_moid: Optional[pulumi.Input[str]] = None,
                            equipment_chassis: Optional[pulumi.Input[GetPowerControlStateEquipmentChassisArgs]] = None,
                            extended_power_capacity: Optional[pulumi.Input[str]] = None,
                            grid_max_power: Optional[pulumi.Input[float]] = None,
                            id: Optional[pulumi.Input[str]] = None,
                            max_required_power: Optional[pulumi.Input[float]] = None,
                            min_required_power: Optional[pulumi.Input[float]] = None,
                            mod_time: Optional[pulumi.Input[str]] = None,
                            moid: Optional[pulumi.Input[str]] = None,
                            n1_max_power: Optional[pulumi.Input[float]] = None,
                            n2_max_power: Optional[pulumi.Input[float]] = None,
                            non_redundant_max_power: Optional[pulumi.Input[float]] = None,
                            object_type: Optional[pulumi.Input[str]] = None,
                            owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                            parent: Optional[pulumi.Input[GetPowerControlStateParentArgs]] = None,
                            permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetPowerControlStatePermissionResourceArgs]]]] = None,
                            power_rebalancing: Optional[pulumi.Input[str]] = None,
                            power_save_mode: Optional[pulumi.Input[str]] = None,
                            registered_device: Optional[pulumi.Input[GetPowerControlStateRegisteredDeviceArgs]] = None,
                            shared_scope: Optional[pulumi.Input[str]] = None,
                            tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetPowerControlStateTagArgs]]]] = None,
                            version_context: Optional[pulumi.Input[GetPowerControlStateVersionContextArgs]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetPowerControlStateResult]func LookupPowerControlState(ctx *Context, args *LookupPowerControlStateArgs, opts ...InvokeOption) (*LookupPowerControlStateResult, error)
func LookupPowerControlStateOutput(ctx *Context, args *LookupPowerControlStateOutputArgs, opts ...InvokeOption) LookupPowerControlStateResultOutput> Note: This function is named LookupPowerControlState in the Go SDK.
public static class GetPowerControlState 
{
    public static Task<GetPowerControlStateResult> InvokeAsync(GetPowerControlStateArgs args, InvokeOptions? opts = null)
    public static Output<GetPowerControlStateResult> Invoke(GetPowerControlStateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPowerControlStateResult> getPowerControlState(GetPowerControlStateArgs args, InvokeOptions options)
public static Output<GetPowerControlStateResult> getPowerControlState(GetPowerControlStateArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getPowerControlState:getPowerControlState
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AllocatedPower double
- This field identifies the allocated power on the chassis in Watts.
- Ancestors
List<GetPower Control State Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentChassis GetPower Control State Equipment Chassis 
- ExtendedPower stringCapacity 
- The status of extended power capacity mode of the chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.*Not Applicable- Set the value to Not Applicable.
- GridMax doublePower 
- This field identifies the available power when PSUs are in grid mode in Watts.
- Id string
- MaxRequired doublePower 
- This field identifies the maximum power required by the endpoint in Watts.
- MinRequired doublePower 
- This field identifies the minimum power required by the endpoint in Watts.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- N1MaxPower double
- This field identifies the available power when PSUs are in N+1 mode in Watts.
- N2MaxPower double
- This field identifies the available power when PSUs are in N+2 mode in Watts.
- NonRedundant doubleMax Power 
- This field identifies the available power when PSUs are in non-redundant mode in Watts.
- ObjectType string
- Owners List<string>
- Parent
GetPower Control State Parent 
- PermissionResources List<GetPower Control State Permission Resource> 
- PowerRebalancing string
- The status of power rebalancing mode of the chassis. If enabled, this mode allows the system to dynamically reallocate the power between servers depending on their power usage. * Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- PowerSave stringMode 
- The status of power save mode of the chassis. If Enabled and the requested power budget is less than available power\u00a0capacity, 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.
- RegisteredDevice GetPower Control State Registered Device 
- 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 Control State Tag> 
- VersionContext GetPower Control State Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AllocatedPower float64
- This field identifies the allocated power on the chassis in Watts.
- Ancestors
[]GetPower Control State Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentChassis GetPower Control State Equipment Chassis 
- ExtendedPower stringCapacity 
- The status of extended power capacity mode of the chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.*Not Applicable- Set the value to Not Applicable.
- GridMax float64Power 
- This field identifies the available power when PSUs are in grid mode in Watts.
- Id string
- MaxRequired float64Power 
- This field identifies the maximum power required by the endpoint in Watts.
- MinRequired float64Power 
- This field identifies the minimum power required by the endpoint in Watts.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- N1MaxPower float64
- This field identifies the available power when PSUs are in N+1 mode in Watts.
- N2MaxPower float64
- This field identifies the available power when PSUs are in N+2 mode in Watts.
- NonRedundant float64Max Power 
- This field identifies the available power when PSUs are in non-redundant mode in Watts.
- ObjectType string
- Owners []string
- Parent
GetPower Control State Parent 
- PermissionResources []GetPower Control State Permission Resource 
- PowerRebalancing string
- The status of power rebalancing mode of the chassis. If enabled, this mode allows the system to dynamically reallocate the power between servers depending on their power usage. * Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- PowerSave stringMode 
- The status of power save mode of the chassis. If Enabled and the requested power budget is less than available power\u00a0capacity, 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.
- RegisteredDevice GetPower Control State Registered Device 
- 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 Control State Tag 
- VersionContext GetPower Control State Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- allocatedPower Double
- This field identifies the allocated power on the chassis in Watts.
- ancestors
List<GetPower Control State Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- equipmentChassis GetPower Control State Equipment Chassis 
- extendedPower StringCapacity 
- The status of extended power capacity mode of the chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.*Not Applicable- Set the value to Not Applicable.
- gridMax DoublePower 
- This field identifies the available power when PSUs are in grid mode in Watts.
- id String
- maxRequired DoublePower 
- This field identifies the maximum power required by the endpoint in Watts.
- minRequired DoublePower 
- This field identifies the minimum power required by the endpoint in Watts.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- n1MaxPower Double
- This field identifies the available power when PSUs are in N+1 mode in Watts.
- n2MaxPower Double
- This field identifies the available power when PSUs are in N+2 mode in Watts.
- nonRedundant DoubleMax Power 
- This field identifies the available power when PSUs are in non-redundant mode in Watts.
- objectType String
- owners List<String>
- parent
GetPower Control State Parent 
- permissionResources List<GetPower Control State Permission Resource> 
- powerRebalancing String
- The status of power rebalancing mode of the chassis. If enabled, this mode allows the system to dynamically reallocate the power between servers depending on their power usage. * Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- powerSave StringMode 
- The status of power save mode of the chassis. If Enabled and the requested power budget is less than available power\u00a0capacity, 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.
- registeredDevice GetPower Control State Registered Device 
- 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 Control State Tag> 
- versionContext GetPower Control State Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- allocatedPower number
- This field identifies the allocated power on the chassis in Watts.
- ancestors
GetPower Control State Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- equipmentChassis GetPower Control State Equipment Chassis 
- extendedPower stringCapacity 
- The status of extended power capacity mode of the chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.*Not Applicable- Set the value to Not Applicable.
- gridMax numberPower 
- This field identifies the available power when PSUs are in grid mode in Watts.
- id string
- maxRequired numberPower 
- This field identifies the maximum power required by the endpoint in Watts.
- minRequired numberPower 
- This field identifies the minimum power required by the endpoint in Watts.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- n1MaxPower number
- This field identifies the available power when PSUs are in N+1 mode in Watts.
- n2MaxPower number
- This field identifies the available power when PSUs are in N+2 mode in Watts.
- nonRedundant numberMax Power 
- This field identifies the available power when PSUs are in non-redundant mode in Watts.
- objectType string
- owners string[]
- parent
GetPower Control State Parent 
- permissionResources GetPower Control State Permission Resource[] 
- powerRebalancing string
- The status of power rebalancing mode of the chassis. If enabled, this mode allows the system to dynamically reallocate the power between servers depending on their power usage. * Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- powerSave stringMode 
- The status of power save mode of the chassis. If Enabled and the requested power budget is less than available power\u00a0capacity, 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.
- registeredDevice GetPower Control State Registered Device 
- 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 Control State Tag[] 
- versionContext GetPower Control State Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- allocated_power float
- This field identifies the allocated power on the chassis in Watts.
- ancestors
Sequence[GetPower Control State Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- equipment_chassis GetPower Control State Equipment Chassis 
- extended_power_ strcapacity 
- The status of extended power capacity mode of the chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.*Not Applicable- Set the value to Not Applicable.
- grid_max_ floatpower 
- This field identifies the available power when PSUs are in grid mode in Watts.
- id str
- max_required_ floatpower 
- This field identifies the maximum power required by the endpoint in Watts.
- min_required_ floatpower 
- This field identifies the minimum power required by the endpoint in Watts.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- n1_max_ floatpower 
- This field identifies the available power when PSUs are in N+1 mode in Watts.
- n2_max_ floatpower 
- This field identifies the available power when PSUs are in N+2 mode in Watts.
- non_redundant_ floatmax_ power 
- This field identifies the available power when PSUs are in non-redundant mode in Watts.
- object_type str
- owners Sequence[str]
- parent
GetPower Control State Parent 
- permission_resources Sequence[GetPower Control State Permission Resource] 
- power_rebalancing str
- The status of power rebalancing mode of the chassis. If enabled, this mode allows the system to dynamically reallocate the power between servers depending on their power usage. * Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- power_save_ strmode 
- The status of power save mode of the chassis. If Enabled and the requested power budget is less than available power\u00a0capacity, 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.
- registered_device GetPower Control State Registered Device 
- 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 Control State Tag] 
- version_context GetPower Control State Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- allocatedPower Number
- This field identifies the allocated power on the chassis in Watts.
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- equipmentChassis Property Map
- extendedPower StringCapacity 
- The status of extended power capacity mode of the chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.*Not Applicable- Set the value to Not Applicable.
- gridMax NumberPower 
- This field identifies the available power when PSUs are in grid mode in Watts.
- id String
- maxRequired NumberPower 
- This field identifies the maximum power required by the endpoint in Watts.
- minRequired NumberPower 
- This field identifies the minimum power required by the endpoint in Watts.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- n1MaxPower Number
- This field identifies the available power when PSUs are in N+1 mode in Watts.
- n2MaxPower Number
- This field identifies the available power when PSUs are in N+2 mode in Watts.
- nonRedundant NumberMax Power 
- This field identifies the available power when PSUs are in non-redundant mode in Watts.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- powerRebalancing String
- The status of power rebalancing mode of the chassis. If enabled, this mode allows the system to dynamically reallocate the power between servers depending on their power usage. * Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- powerSave StringMode 
- The status of power save mode of the chassis. If Enabled and the requested power budget is less than available power\u00a0capacity, 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.
- registeredDevice Property Map
- 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
getPowerControlState Result
The following output properties are available:
- Id string
- Results
List<GetPower Control State Result> 
- AccountMoid string
- AdditionalProperties string
- AllocatedPower double
- Ancestors
List<GetPower Control State Ancestor> 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- EquipmentChassis GetPower Control State Equipment Chassis 
- ExtendedPower stringCapacity 
- GridMax doublePower 
- MaxRequired doublePower 
- MinRequired doublePower 
- ModTime string
- Moid string
- N1MaxPower double
- N2MaxPower double
- NonRedundant doubleMax Power 
- ObjectType string
- Owners List<string>
- Parent
GetPower Control State Parent 
- PermissionResources List<GetPower Control State Permission Resource> 
- PowerRebalancing string
- PowerSave stringMode 
- RegisteredDevice GetPower Control State Registered Device 
- string
- 
List<GetPower Control State Tag> 
- VersionContext GetPower Control State Version Context 
- Id string
- Results
[]GetPower Control State Result 
- AccountMoid string
- AdditionalProperties string
- AllocatedPower float64
- Ancestors
[]GetPower Control State Ancestor 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- EquipmentChassis GetPower Control State Equipment Chassis 
- ExtendedPower stringCapacity 
- GridMax float64Power 
- MaxRequired float64Power 
- MinRequired float64Power 
- ModTime string
- Moid string
- N1MaxPower float64
- N2MaxPower float64
- NonRedundant float64Max Power 
- ObjectType string
- Owners []string
- Parent
GetPower Control State Parent 
- PermissionResources []GetPower Control State Permission Resource 
- PowerRebalancing string
- PowerSave stringMode 
- RegisteredDevice GetPower Control State Registered Device 
- string
- 
[]GetPower Control State Tag 
- VersionContext GetPower Control State Version Context 
- id String
- results
List<GetPower Control State Result> 
- accountMoid String
- additionalProperties String
- allocatedPower Double
- ancestors
List<GetPower Control State Ancestor> 
- classId String
- createTime String
- domainGroup StringMoid 
- equipmentChassis GetPower Control State Equipment Chassis 
- extendedPower StringCapacity 
- gridMax DoublePower 
- maxRequired DoublePower 
- minRequired DoublePower 
- modTime String
- moid String
- n1MaxPower Double
- n2MaxPower Double
- nonRedundant DoubleMax Power 
- objectType String
- owners List<String>
- parent
GetPower Control State Parent 
- permissionResources List<GetPower Control State Permission Resource> 
- powerRebalancing String
- powerSave StringMode 
- registeredDevice GetPower Control State Registered Device 
- String
- 
List<GetPower Control State Tag> 
- versionContext GetPower Control State Version Context 
- id string
- results
GetPower Control State Result[] 
- accountMoid string
- additionalProperties string
- allocatedPower number
- ancestors
GetPower Control State Ancestor[] 
- classId string
- createTime string
- domainGroup stringMoid 
- equipmentChassis GetPower Control State Equipment Chassis 
- extendedPower stringCapacity 
- gridMax numberPower 
- maxRequired numberPower 
- minRequired numberPower 
- modTime string
- moid string
- n1MaxPower number
- n2MaxPower number
- nonRedundant numberMax Power 
- objectType string
- owners string[]
- parent
GetPower Control State Parent 
- permissionResources GetPower Control State Permission Resource[] 
- powerRebalancing string
- powerSave stringMode 
- registeredDevice GetPower Control State Registered Device 
- string
- 
GetPower Control State Tag[] 
- versionContext GetPower Control State Version Context 
- id str
- results
Sequence[GetPower Control State Result] 
- account_moid str
- additional_properties str
- allocated_power float
- ancestors
Sequence[GetPower Control State Ancestor] 
- class_id str
- create_time str
- domain_group_ strmoid 
- equipment_chassis GetPower Control State Equipment Chassis 
- extended_power_ strcapacity 
- grid_max_ floatpower 
- max_required_ floatpower 
- min_required_ floatpower 
- mod_time str
- moid str
- n1_max_ floatpower 
- n2_max_ floatpower 
- non_redundant_ floatmax_ power 
- object_type str
- owners Sequence[str]
- parent
GetPower Control State Parent 
- permission_resources Sequence[GetPower Control State Permission Resource] 
- power_rebalancing str
- power_save_ strmode 
- registered_device GetPower Control State Registered Device 
- str
- 
Sequence[GetPower Control State Tag] 
- version_context GetPower Control State Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- allocatedPower Number
- ancestors List<Property Map>
- classId String
- createTime String
- domainGroup StringMoid 
- equipmentChassis Property Map
- extendedPower StringCapacity 
- gridMax NumberPower 
- maxRequired NumberPower 
- minRequired NumberPower 
- modTime String
- moid String
- n1MaxPower Number
- n2MaxPower Number
- nonRedundant NumberMax Power 
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- powerRebalancing String
- powerSave StringMode 
- registeredDevice Property Map
- String
- List<Property Map>
- versionContext Property Map
Supporting Types
GetPowerControlStateAncestor    
- 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'.
 
GetPowerControlStateEquipmentChassis     
- 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'.
 
GetPowerControlStateParent    
- 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'.
 
GetPowerControlStatePermissionResource     
- 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'.
 
GetPowerControlStateRegisteredDevice     
- 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'.
 
GetPowerControlStateResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AllocatedPower double
- This field identifies the allocated power on the chassis in Watts.
- Ancestors
List<GetPower Control State Result Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentChasses List<GetPower Control State Result Equipment Chass> 
- ExtendedPower stringCapacity 
- The status of extended power capacity mode of the chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.*Not Applicable- Set the value to Not Applicable.
- GridMax doublePower 
- This field identifies the available power when PSUs are in grid mode in Watts.
- MaxRequired doublePower 
- This field identifies the maximum power required by the endpoint in Watts.
- MinRequired doublePower 
- This field identifies the minimum power required by the endpoint in Watts.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- N1MaxPower double
- This field identifies the available power when PSUs are in N+1 mode in Watts.
- N2MaxPower double
- This field identifies the available power when PSUs are in N+2 mode in Watts.
- NonRedundant doubleMax Power 
- This field identifies the available power when PSUs are in non-redundant mode in Watts.
- ObjectType string
- Owners List<string>
- Parents
List<GetPower Control State Result Parent> 
- PermissionResources List<GetPower Control State Result Permission Resource> 
- PowerRebalancing string
- The status of power rebalancing mode of the chassis. If enabled, this mode allows the system to dynamically reallocate the power between servers depending on their power usage. * Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- PowerSave stringMode 
- The status of power save mode of the chassis. If Enabled and the requested power budget is less than available power\u00a0capacity, 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.
- RegisteredDevices List<GetPower Control State Result Registered Device> 
- 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 Control State Result Tag> 
- VersionContexts List<GetPower Control State Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AllocatedPower float64
- This field identifies the allocated power on the chassis in Watts.
- Ancestors
[]GetPower Control State Result Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentChasses []GetPower Control State Result Equipment Chass 
- ExtendedPower stringCapacity 
- The status of extended power capacity mode of the chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.*Not Applicable- Set the value to Not Applicable.
- GridMax float64Power 
- This field identifies the available power when PSUs are in grid mode in Watts.
- MaxRequired float64Power 
- This field identifies the maximum power required by the endpoint in Watts.
- MinRequired float64Power 
- This field identifies the minimum power required by the endpoint in Watts.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- N1MaxPower float64
- This field identifies the available power when PSUs are in N+1 mode in Watts.
- N2MaxPower float64
- This field identifies the available power when PSUs are in N+2 mode in Watts.
- NonRedundant float64Max Power 
- This field identifies the available power when PSUs are in non-redundant mode in Watts.
- ObjectType string
- Owners []string
- Parents
[]GetPower Control State Result Parent 
- PermissionResources []GetPower Control State Result Permission Resource 
- PowerRebalancing string
- The status of power rebalancing mode of the chassis. If enabled, this mode allows the system to dynamically reallocate the power between servers depending on their power usage. * Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- PowerSave stringMode 
- The status of power save mode of the chassis. If Enabled and the requested power budget is less than available power\u00a0capacity, 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.
- RegisteredDevices []GetPower Control State Result Registered Device 
- 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 Control State Result Tag 
- VersionContexts []GetPower Control State Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- allocatedPower Double
- This field identifies the allocated power on the chassis in Watts.
- ancestors
List<GetPower Control State Result Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- equipmentChasses List<GetPower Control State Result Equipment Chass> 
- extendedPower StringCapacity 
- The status of extended power capacity mode of the chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.*Not Applicable- Set the value to Not Applicable.
- gridMax DoublePower 
- This field identifies the available power when PSUs are in grid mode in Watts.
- maxRequired DoublePower 
- This field identifies the maximum power required by the endpoint in Watts.
- minRequired DoublePower 
- This field identifies the minimum power required by the endpoint in Watts.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- n1MaxPower Double
- This field identifies the available power when PSUs are in N+1 mode in Watts.
- n2MaxPower Double
- This field identifies the available power when PSUs are in N+2 mode in Watts.
- nonRedundant DoubleMax Power 
- This field identifies the available power when PSUs are in non-redundant mode in Watts.
- objectType String
- owners List<String>
- parents
List<GetPower Control State Result Parent> 
- permissionResources List<GetPower Control State Result Permission Resource> 
- powerRebalancing String
- The status of power rebalancing mode of the chassis. If enabled, this mode allows the system to dynamically reallocate the power between servers depending on their power usage. * Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- powerSave StringMode 
- The status of power save mode of the chassis. If Enabled and the requested power budget is less than available power\u00a0capacity, 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.
- registeredDevices List<GetPower Control State Result Registered Device> 
- 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 Control State Result Tag> 
- versionContexts List<GetPower Control State Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- allocatedPower number
- This field identifies the allocated power on the chassis in Watts.
- ancestors
GetPower Control State Result Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- equipmentChasses GetPower Control State Result Equipment Chass[] 
- extendedPower stringCapacity 
- The status of extended power capacity mode of the chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.*Not Applicable- Set the value to Not Applicable.
- gridMax numberPower 
- This field identifies the available power when PSUs are in grid mode in Watts.
- maxRequired numberPower 
- This field identifies the maximum power required by the endpoint in Watts.
- minRequired numberPower 
- This field identifies the minimum power required by the endpoint in Watts.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- n1MaxPower number
- This field identifies the available power when PSUs are in N+1 mode in Watts.
- n2MaxPower number
- This field identifies the available power when PSUs are in N+2 mode in Watts.
- nonRedundant numberMax Power 
- This field identifies the available power when PSUs are in non-redundant mode in Watts.
- objectType string
- owners string[]
- parents
GetPower Control State Result Parent[] 
- permissionResources GetPower Control State Result Permission Resource[] 
- powerRebalancing string
- The status of power rebalancing mode of the chassis. If enabled, this mode allows the system to dynamically reallocate the power between servers depending on their power usage. * Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- powerSave stringMode 
- The status of power save mode of the chassis. If Enabled and the requested power budget is less than available power\u00a0capacity, 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.
- registeredDevices GetPower Control State Result Registered Device[] 
- 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 Control State Result Tag[] 
- versionContexts GetPower Control State Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- allocated_power float
- This field identifies the allocated power on the chassis in Watts.
- ancestors
Sequence[GetPower Control State Result Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- equipment_chasses Sequence[GetPower Control State Result Equipment Chass] 
- extended_power_ strcapacity 
- The status of extended power capacity mode of the chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.*Not Applicable- Set the value to Not Applicable.
- grid_max_ floatpower 
- This field identifies the available power when PSUs are in grid mode in Watts.
- max_required_ floatpower 
- This field identifies the maximum power required by the endpoint in Watts.
- min_required_ floatpower 
- This field identifies the minimum power required by the endpoint in Watts.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- n1_max_ floatpower 
- This field identifies the available power when PSUs are in N+1 mode in Watts.
- n2_max_ floatpower 
- This field identifies the available power when PSUs are in N+2 mode in Watts.
- non_redundant_ floatmax_ power 
- This field identifies the available power when PSUs are in non-redundant mode in Watts.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetPower Control State Result Parent] 
- permission_resources Sequence[GetPower Control State Result Permission Resource] 
- power_rebalancing str
- The status of power rebalancing mode of the chassis. If enabled, this mode allows the system to dynamically reallocate the power between servers depending on their power usage. * Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- power_save_ strmode 
- The status of power save mode of the chassis. If Enabled and the requested power budget is less than available power\u00a0capacity, 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.
- registered_devices Sequence[GetPower Control State Result Registered Device] 
- 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 Control State Result Tag] 
- version_contexts Sequence[GetPower Control State Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- allocatedPower Number
- This field identifies the allocated power on the chassis in Watts.
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- equipmentChasses List<Property Map>
- extendedPower StringCapacity 
- The status of extended power capacity mode of the chassis. If Enabled, this mode allows chassis available power to be increased by borrowing power from redundant power supplies.* Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.*Not Applicable- Set the value to Not Applicable.
- gridMax NumberPower 
- This field identifies the available power when PSUs are in grid mode in Watts.
- maxRequired NumberPower 
- This field identifies the maximum power required by the endpoint in Watts.
- minRequired NumberPower 
- This field identifies the minimum power required by the endpoint in Watts.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- n1MaxPower Number
- This field identifies the available power when PSUs are in N+1 mode in Watts.
- n2MaxPower Number
- This field identifies the available power when PSUs are in N+2 mode in Watts.
- nonRedundant NumberMax Power 
- This field identifies the available power when PSUs are in non-redundant mode in Watts.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- powerRebalancing String
- The status of power rebalancing mode of the chassis. If enabled, this mode allows the system to dynamically reallocate the power between servers depending on their power usage. * Enabled- Set the value to Enabled.*Disabled- Set the value to Disabled.
- powerSave StringMode 
- The status of power save mode of the chassis. If Enabled and the requested power budget is less than available power\u00a0capacity, 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.
- registeredDevices List<Property Map>
- 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>
GetPowerControlStateResultAncestor     
- 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
GetPowerControlStateResultEquipmentChass      
- 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
GetPowerControlStateResultParent     
- 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
GetPowerControlStateResultPermissionResource      
- 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
GetPowerControlStateResultRegisteredDevice      
- 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
GetPowerControlStateResultTag     
- 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
GetPowerControlStateResultVersionContext      
- additionalProperties string
- classId string
- interestedMos GetPower Control State Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetPower Control State 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
GetPowerControlStateResultVersionContextInterestedMo        
- 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
GetPowerControlStateResultVersionContextRefMo        
- 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
GetPowerControlStateTag    
- 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.
GetPowerControlStateVersionContext     
- 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 Control State 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 Control State 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 Control State 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 Control State 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 Control State 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 Control State 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 Control State 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 Control State 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 Control State 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 Control State 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.
 
GetPowerControlStateVersionContextInterestedMo       
- 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'.
 
GetPowerControlStateVersionContextRefMo       
- 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