Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet
Managed object used to track power information for a member of a power group.
Using getPowerPowerGroupMember
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 getPowerPowerGroupMember(args: GetPowerPowerGroupMemberArgs, opts?: InvokeOptions): Promise<GetPowerPowerGroupMemberResult>
function getPowerPowerGroupMemberOutput(args: GetPowerPowerGroupMemberOutputArgs, opts?: InvokeOutputOptions): Output<GetPowerPowerGroupMemberResult>def get_power_power_group_member(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
allocated_power: Optional[float] = None,
ancestors: Optional[Sequence[GetPowerPowerGroupMemberAncestor]] = None,
class_id: Optional[str] = None,
config_state: Optional[str] = None,
create_time: Optional[str] = None,
device_registration_moid: Optional[str] = None,
domain_group_moid: Optional[str] = None,
id: Optional[str] = None,
inventory_device: Optional[GetPowerPowerGroupMemberInventoryDevice] = None,
max_required_power: Optional[float] = None,
member_type: Optional[str] = None,
min_required_power: Optional[float] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
object_type: Optional[str] = None,
oper_state: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetPowerPowerGroupMemberParent] = None,
permission_resources: Optional[Sequence[GetPowerPowerGroupMemberPermissionResource]] = None,
power_group_parent: Optional[GetPowerPowerGroupMemberPowerGroupParent] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[GetPowerPowerGroupMemberTag]] = None,
version_context: Optional[GetPowerPowerGroupMemberVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetPowerPowerGroupMemberResult
def get_power_power_group_member_output(account_moid: pulumi.Input[Optional[str]] = None,
additional_properties: pulumi.Input[Optional[str]] = None,
allocated_power: pulumi.Input[Optional[float]] = None,
ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetPowerPowerGroupMemberAncestorArgs]]]] = None,
class_id: pulumi.Input[Optional[str]] = None,
config_state: pulumi.Input[Optional[str]] = None,
create_time: pulumi.Input[Optional[str]] = None,
device_registration_moid: pulumi.Input[Optional[str]] = None,
domain_group_moid: pulumi.Input[Optional[str]] = None,
id: pulumi.Input[Optional[str]] = None,
inventory_device: pulumi.Input[Optional[GetPowerPowerGroupMemberInventoryDeviceArgs]] = None,
max_required_power: pulumi.Input[Optional[float]] = None,
member_type: pulumi.Input[Optional[str]] = None,
min_required_power: pulumi.Input[Optional[float]] = None,
mod_time: pulumi.Input[Optional[str]] = None,
moid: pulumi.Input[Optional[str]] = None,
object_type: pulumi.Input[Optional[str]] = None,
oper_state: pulumi.Input[Optional[str]] = None,
owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
parent: pulumi.Input[Optional[GetPowerPowerGroupMemberParentArgs]] = None,
permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetPowerPowerGroupMemberPermissionResourceArgs]]]] = None,
power_group_parent: pulumi.Input[Optional[GetPowerPowerGroupMemberPowerGroupParentArgs]] = None,
shared_scope: pulumi.Input[Optional[str]] = None,
tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetPowerPowerGroupMemberTagArgs]]]] = None,
version_context: pulumi.Input[Optional[GetPowerPowerGroupMemberVersionContextArgs]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetPowerPowerGroupMemberResult]func LookupPowerPowerGroupMember(ctx *Context, args *LookupPowerPowerGroupMemberArgs, opts ...InvokeOption) (*LookupPowerPowerGroupMemberResult, error)
func LookupPowerPowerGroupMemberOutput(ctx *Context, args *LookupPowerPowerGroupMemberOutputArgs, opts ...InvokeOption) LookupPowerPowerGroupMemberResultOutput> Note: This function is named LookupPowerPowerGroupMember in the Go SDK.
public static class GetPowerPowerGroupMember
{
public static Task<GetPowerPowerGroupMemberResult> InvokeAsync(GetPowerPowerGroupMemberArgs args, InvokeOptions? opts = null)
public static Output<GetPowerPowerGroupMemberResult> Invoke(GetPowerPowerGroupMemberInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetPowerPowerGroupMemberResult> Invoke(GetPowerPowerGroupMemberInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetPowerPowerGroupMemberResult> getPowerPowerGroupMember(GetPowerPowerGroupMemberArgs args, InvokeOptions options)
public static Output<GetPowerPowerGroupMemberResult> getPowerPowerGroupMember(GetPowerPowerGroupMemberArgs args, InvokeOptions options)
public static Output<GetPowerPowerGroupMemberResult> getPowerPowerGroupMember(GetPowerPowerGroupMemberArgs args, InvokeOutputOptions options)
fn::invoke:
function: intersight:index/getPowerPowerGroupMember:getPowerPowerGroupMember
arguments:
# arguments dictionarydata "intersight_get_power_power_group_member" "name" {
# arguments
}The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Allocated
Power double - Power allocated to the power group member by the power group in watts.
- Ancestors
List<Get
Power Power Group Member Ancestor> - Class
Id string - Config
State string - Configuration State of the power group member.*
Ok- The configuration state of the power group member is ok.*Unknown- The configuration state of the power group member is not known.*PendingRemoval- The power group member is pending removal. The member has been removed from the power group's InventoryDeviceMember list but the workflow to remove power limit from the device has not yet completed. Once the workflow succeeds, this member MO will be deleted. - Create
Time string - The time when this managed object was created.
- Device
Registration stringMoid - Moid of the asset.DeviceRegistration corresponding to this member's inventory device.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Inventory
Device GetPower Power Group Member Inventory Device - Max
Required doublePower - Maximum power required by the power group member in watts.
- Member
Type string - The type of the power group member - Chassis, Fex or Fabric Interconnect.*
Unknown- The power group member type is unknown.*Chassis- The power group member is a chassis.*Fex- The power group member is a Fex.*FabricInterconnect- The power group member is a Fabric Interconnect. - Min
Required doublePower - Minimum power required by the power group member in watts.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Oper
State string - Operational State of the power group member.*
Ok- The operational state of the power group member is ok.*PowerConsumptionNearingLimit- Operational state for power group member is PowerConsumptionNearingLimit. This may happen when the current power consumption of a chassis approaches the chassis power limit. - Owners List<string>
- Parent
Get
Power Power Group Member Parent - Permission
Resources List<GetPower Power Group Member Permission Resource> - Power
Group GetParent Power Power Group Member Power Group Parent - 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<Get
Power Power Group Member Tag> - Version
Context GetPower Power Group Member Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Allocated
Power float64 - Power allocated to the power group member by the power group in watts.
- Ancestors
[]Get
Power Power Group Member Ancestor - Class
Id string - Config
State string - Configuration State of the power group member.*
Ok- The configuration state of the power group member is ok.*Unknown- The configuration state of the power group member is not known.*PendingRemoval- The power group member is pending removal. The member has been removed from the power group's InventoryDeviceMember list but the workflow to remove power limit from the device has not yet completed. Once the workflow succeeds, this member MO will be deleted. - Create
Time string - The time when this managed object was created.
- Device
Registration stringMoid - Moid of the asset.DeviceRegistration corresponding to this member's inventory device.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Inventory
Device GetPower Power Group Member Inventory Device - Max
Required float64Power - Maximum power required by the power group member in watts.
- Member
Type string - The type of the power group member - Chassis, Fex or Fabric Interconnect.*
Unknown- The power group member type is unknown.*Chassis- The power group member is a chassis.*Fex- The power group member is a Fex.*FabricInterconnect- The power group member is a Fabric Interconnect. - Min
Required float64Power - Minimum power required by the power group member in watts.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Oper
State string - Operational State of the power group member.*
Ok- The operational state of the power group member is ok.*PowerConsumptionNearingLimit- Operational state for power group member is PowerConsumptionNearingLimit. This may happen when the current power consumption of a chassis approaches the chassis power limit. - Owners []string
- Parent
Get
Power Power Group Member Parent - Permission
Resources []GetPower Power Group Member Permission Resource - Power
Group GetParent Power Power Group Member Power Group Parent - 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.
-
[]Get
Power Power Group Member Tag - Version
Context GetPower Power Group Member Version Context
- account_
moid string - The Account ID for this managed object.
- additional_
properties string - allocated_
power number - Power allocated to the power group member by the power group in watts.
- ancestors list(object)
- class_
id string - config_
state string - Configuration State of the power group member.*
Ok- The configuration state of the power group member is ok.*Unknown- The configuration state of the power group member is not known.*PendingRemoval- The power group member is pending removal. The member has been removed from the power group's InventoryDeviceMember list but the workflow to remove power limit from the device has not yet completed. Once the workflow succeeds, this member MO will be deleted. - create_
time string - The time when this managed object was created.
- device_
registration_ stringmoid - Moid of the asset.DeviceRegistration corresponding to this member's inventory device.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- id string
- inventory_
device object - max_
required_ numberpower - Maximum power required by the power group member in watts.
- member_
type string - The type of the power group member - Chassis, Fex or Fabric Interconnect.*
Unknown- The power group member type is unknown.*Chassis- The power group member is a chassis.*Fex- The power group member is a Fex.*FabricInterconnect- The power group member is a Fabric Interconnect. - min_
required_ numberpower - Minimum power required by the power group member in watts.
- mod_
time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - oper_
state string - Operational State of the power group member.*
Ok- The operational state of the power group member is ok.*PowerConsumptionNearingLimit- Operational state for power group member is PowerConsumptionNearingLimit. This may happen when the current power consumption of a chassis approaches the chassis power limit. - owners list(string)
- parent object
- permission_
resources list(object) - power_
group_ objectparent - 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(object)
- version_
context object
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - allocated
Power Double - Power allocated to the power group member by the power group in watts.
- ancestors
List<Get
Power Power Group Member Ancestor> - class
Id String - config
State String - Configuration State of the power group member.*
Ok- The configuration state of the power group member is ok.*Unknown- The configuration state of the power group member is not known.*PendingRemoval- The power group member is pending removal. The member has been removed from the power group's InventoryDeviceMember list but the workflow to remove power limit from the device has not yet completed. Once the workflow succeeds, this member MO will be deleted. - create
Time String - The time when this managed object was created.
- device
Registration StringMoid - Moid of the asset.DeviceRegistration corresponding to this member's inventory device.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- inventory
Device GetPower Power Group Member Inventory Device - max
Required DoublePower - Maximum power required by the power group member in watts.
- member
Type String - The type of the power group member - Chassis, Fex or Fabric Interconnect.*
Unknown- The power group member type is unknown.*Chassis- The power group member is a chassis.*Fex- The power group member is a Fex.*FabricInterconnect- The power group member is a Fabric Interconnect. - min
Required DoublePower - Minimum power required by the power group member in watts.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - oper
State String - Operational State of the power group member.*
Ok- The operational state of the power group member is ok.*PowerConsumptionNearingLimit- Operational state for power group member is PowerConsumptionNearingLimit. This may happen when the current power consumption of a chassis approaches the chassis power limit. - owners List<String>
- parent
Get
Power Power Group Member Parent - permission
Resources List<GetPower Power Group Member Permission Resource> - power
Group GetParent Power Power Group Member Power Group Parent - 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<Get
Power Power Group Member Tag> - version
Context GetPower Power Group Member Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - allocated
Power number - Power allocated to the power group member by the power group in watts.
- ancestors
Get
Power Power Group Member Ancestor[] - class
Id string - config
State string - Configuration State of the power group member.*
Ok- The configuration state of the power group member is ok.*Unknown- The configuration state of the power group member is not known.*PendingRemoval- The power group member is pending removal. The member has been removed from the power group's InventoryDeviceMember list but the workflow to remove power limit from the device has not yet completed. Once the workflow succeeds, this member MO will be deleted. - create
Time string - The time when this managed object was created.
- device
Registration stringMoid - Moid of the asset.DeviceRegistration corresponding to this member's inventory device.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- id string
- inventory
Device GetPower Power Group Member Inventory Device - max
Required numberPower - Maximum power required by the power group member in watts.
- member
Type string - The type of the power group member - Chassis, Fex or Fabric Interconnect.*
Unknown- The power group member type is unknown.*Chassis- The power group member is a chassis.*Fex- The power group member is a Fex.*FabricInterconnect- The power group member is a Fabric Interconnect. - min
Required numberPower - Minimum power required by the power group member in watts.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - oper
State string - Operational State of the power group member.*
Ok- The operational state of the power group member is ok.*PowerConsumptionNearingLimit- Operational state for power group member is PowerConsumptionNearingLimit. This may happen when the current power consumption of a chassis approaches the chassis power limit. - owners string[]
- parent
Get
Power Power Group Member Parent - permission
Resources GetPower Power Group Member Permission Resource[] - power
Group GetParent Power Power Group Member Power Group Parent - 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.
-
Get
Power Power Group Member Tag[] - version
Context GetPower Power Group Member Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - allocated_
power float - Power allocated to the power group member by the power group in watts.
- ancestors
Sequence[Get
Power Power Group Member Ancestor] - class_
id str - config_
state str - Configuration State of the power group member.*
Ok- The configuration state of the power group member is ok.*Unknown- The configuration state of the power group member is not known.*PendingRemoval- The power group member is pending removal. The member has been removed from the power group's InventoryDeviceMember list but the workflow to remove power limit from the device has not yet completed. Once the workflow succeeds, this member MO will be deleted. - create_
time str - The time when this managed object was created.
- device_
registration_ strmoid - Moid of the asset.DeviceRegistration corresponding to this member's inventory device.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- id str
- inventory_
device GetPower Power Group Member Inventory Device - max_
required_ floatpower - Maximum power required by the power group member in watts.
- member_
type str - The type of the power group member - Chassis, Fex or Fabric Interconnect.*
Unknown- The power group member type is unknown.*Chassis- The power group member is a chassis.*Fex- The power group member is a Fex.*FabricInterconnect- The power group member is a Fabric Interconnect. - min_
required_ floatpower - Minimum power required by the power group member in watts.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - oper_
state str - Operational State of the power group member.*
Ok- The operational state of the power group member is ok.*PowerConsumptionNearingLimit- Operational state for power group member is PowerConsumptionNearingLimit. This may happen when the current power consumption of a chassis approaches the chassis power limit. - owners Sequence[str]
- parent
Get
Power Power Group Member Parent - permission_
resources Sequence[GetPower Power Group Member Permission Resource] - power_
group_ Getparent Power Power Group Member Power Group Parent - 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[Get
Power Power Group Member Tag] - version_
context GetPower Power Group Member Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - allocated
Power Number - Power allocated to the power group member by the power group in watts.
- ancestors List<Property Map>
- class
Id String - config
State String - Configuration State of the power group member.*
Ok- The configuration state of the power group member is ok.*Unknown- The configuration state of the power group member is not known.*PendingRemoval- The power group member is pending removal. The member has been removed from the power group's InventoryDeviceMember list but the workflow to remove power limit from the device has not yet completed. Once the workflow succeeds, this member MO will be deleted. - create
Time String - The time when this managed object was created.
- device
Registration StringMoid - Moid of the asset.DeviceRegistration corresponding to this member's inventory device.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- inventory
Device Property Map - max
Required NumberPower - Maximum power required by the power group member in watts.
- member
Type String - The type of the power group member - Chassis, Fex or Fabric Interconnect.*
Unknown- The power group member type is unknown.*Chassis- The power group member is a chassis.*Fex- The power group member is a Fex.*FabricInterconnect- The power group member is a Fabric Interconnect. - min
Required NumberPower - Minimum power required by the power group member in watts.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - oper
State String - Operational State of the power group member.*
Ok- The operational state of the power group member is ok.*PowerConsumptionNearingLimit- Operational state for power group member is PowerConsumptionNearingLimit. This may happen when the current power consumption of a chassis approaches the chassis power limit. - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - power
Group Property MapParent - 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>
- version
Context Property Map
getPowerPowerGroupMember Result
The following output properties are available:
- Id string
- Results
List<Get
Power Power Group Member Result> - Account
Moid string - Additional
Properties string - Allocated
Power double - Ancestors
List<Get
Power Power Group Member Ancestor> - Class
Id string - Config
State string - Create
Time string - Device
Registration stringMoid - Domain
Group stringMoid - Inventory
Device GetPower Power Group Member Inventory Device - Max
Required doublePower - Member
Type string - Min
Required doublePower - Mod
Time string - Moid string
- Object
Type string - Oper
State string - Owners List<string>
- Parent
Get
Power Power Group Member Parent - Permission
Resources List<GetPower Power Group Member Permission Resource> - Power
Group GetParent Power Power Group Member Power Group Parent - string
-
List<Get
Power Power Group Member Tag> - Version
Context GetPower Power Group Member Version Context
- Id string
- Results
[]Get
Power Power Group Member Result - Account
Moid string - Additional
Properties string - Allocated
Power float64 - Ancestors
[]Get
Power Power Group Member Ancestor - Class
Id string - Config
State string - Create
Time string - Device
Registration stringMoid - Domain
Group stringMoid - Inventory
Device GetPower Power Group Member Inventory Device - Max
Required float64Power - Member
Type string - Min
Required float64Power - Mod
Time string - Moid string
- Object
Type string - Oper
State string - Owners []string
- Parent
Get
Power Power Group Member Parent - Permission
Resources []GetPower Power Group Member Permission Resource - Power
Group GetParent Power Power Group Member Power Group Parent - string
-
[]Get
Power Power Group Member Tag - Version
Context GetPower Power Group Member Version Context
- id string
- results list(object)
- account_
moid string - additional_
properties string - allocated_
power number - ancestors list(object)
- class_
id string - config_
state string - create_
time string - device_
registration_ stringmoid - domain_
group_ stringmoid - inventory_
device object - max_
required_ numberpower - member_
type string - min_
required_ numberpower - mod_
time string - moid string
- object_
type string - oper_
state string - owners list(string)
- parent object
- permission_
resources list(object) - power_
group_ objectparent - string
- list(object)
- version_
context object
- id String
- results
List<Get
Power Power Group Member Result> - account
Moid String - additional
Properties String - allocated
Power Double - ancestors
List<Get
Power Power Group Member Ancestor> - class
Id String - config
State String - create
Time String - device
Registration StringMoid - domain
Group StringMoid - inventory
Device GetPower Power Group Member Inventory Device - max
Required DoublePower - member
Type String - min
Required DoublePower - mod
Time String - moid String
- object
Type String - oper
State String - owners List<String>
- parent
Get
Power Power Group Member Parent - permission
Resources List<GetPower Power Group Member Permission Resource> - power
Group GetParent Power Power Group Member Power Group Parent - String
-
List<Get
Power Power Group Member Tag> - version
Context GetPower Power Group Member Version Context
- id string
- results
Get
Power Power Group Member Result[] - account
Moid string - additional
Properties string - allocated
Power number - ancestors
Get
Power Power Group Member Ancestor[] - class
Id string - config
State string - create
Time string - device
Registration stringMoid - domain
Group stringMoid - inventory
Device GetPower Power Group Member Inventory Device - max
Required numberPower - member
Type string - min
Required numberPower - mod
Time string - moid string
- object
Type string - oper
State string - owners string[]
- parent
Get
Power Power Group Member Parent - permission
Resources GetPower Power Group Member Permission Resource[] - power
Group GetParent Power Power Group Member Power Group Parent - string
-
Get
Power Power Group Member Tag[] - version
Context GetPower Power Group Member Version Context
- id str
- results
Sequence[Get
Power Power Group Member Result] - account_
moid str - additional_
properties str - allocated_
power float - ancestors
Sequence[Get
Power Power Group Member Ancestor] - class_
id str - config_
state str - create_
time str - device_
registration_ strmoid - domain_
group_ strmoid - inventory_
device GetPower Power Group Member Inventory Device - max_
required_ floatpower - member_
type str - min_
required_ floatpower - mod_
time str - moid str
- object_
type str - oper_
state str - owners Sequence[str]
- parent
Get
Power Power Group Member Parent - permission_
resources Sequence[GetPower Power Group Member Permission Resource] - power_
group_ Getparent Power Power Group Member Power Group Parent - str
-
Sequence[Get
Power Power Group Member Tag] - version_
context GetPower Power Group Member Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - allocated
Power Number - ancestors List<Property Map>
- class
Id String - config
State String - create
Time String - device
Registration StringMoid - domain
Group StringMoid - inventory
Device Property Map - max
Required NumberPower - member
Type String - min
Required NumberPower - mod
Time String - moid String
- object
Type String - oper
State String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - power
Group Property MapParent - String
- List<Property Map>
- version
Context Property Map
Supporting Types
GetPowerPowerGroupMemberAncestor
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 string - class_
id 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.
- object_
type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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'.
GetPowerPowerGroupMemberInventoryDevice
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 string - class_
id 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.
- object_
type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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'.
GetPowerPowerGroupMemberParent
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 string - class_
id 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.
- object_
type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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'.
GetPowerPowerGroupMemberPermissionResource
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 string - class_
id 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.
- object_
type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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'.
GetPowerPowerGroupMemberPowerGroupParent
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 string - class_
id 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.
- object_
type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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'.
GetPowerPowerGroupMemberResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Allocated
Power double - Power allocated to the power group member by the power group in watts.
- Ancestors
List<Get
Power Power Group Member Result Ancestor> - Class
Id string - Config
State string - Configuration State of the power group member.*
Ok- The configuration state of the power group member is ok.*Unknown- The configuration state of the power group member is not known.*PendingRemoval- The power group member is pending removal. The member has been removed from the power group's InventoryDeviceMember list but the workflow to remove power limit from the device has not yet completed. Once the workflow succeeds, this member MO will be deleted. - Create
Time string - The time when this managed object was created.
- Device
Registration stringMoid - Moid of the asset.DeviceRegistration corresponding to this member's inventory device.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Inventory
Devices List<GetPower Power Group Member Result Inventory Device> - Max
Required doublePower - Maximum power required by the power group member in watts.
- Member
Type string - The type of the power group member - Chassis, Fex or Fabric Interconnect.*
Unknown- The power group member type is unknown.*Chassis- The power group member is a chassis.*Fex- The power group member is a Fex.*FabricInterconnect- The power group member is a Fabric Interconnect. - Min
Required doublePower - Minimum power required by the power group member in watts.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Oper
State string - Operational State of the power group member.*
Ok- The operational state of the power group member is ok.*PowerConsumptionNearingLimit- Operational state for power group member is PowerConsumptionNearingLimit. This may happen when the current power consumption of a chassis approaches the chassis power limit. - Owners List<string>
- Parents
List<Get
Power Power Group Member Result Parent> - Permission
Resources List<GetPower Power Group Member Result Permission Resource> - Power
Group List<GetParents Power Power Group Member Result Power Group Parent> - 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<Get
Power Power Group Member Result Tag> - Version
Contexts List<GetPower Power Group Member Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Allocated
Power float64 - Power allocated to the power group member by the power group in watts.
- Ancestors
[]Get
Power Power Group Member Result Ancestor - Class
Id string - Config
State string - Configuration State of the power group member.*
Ok- The configuration state of the power group member is ok.*Unknown- The configuration state of the power group member is not known.*PendingRemoval- The power group member is pending removal. The member has been removed from the power group's InventoryDeviceMember list but the workflow to remove power limit from the device has not yet completed. Once the workflow succeeds, this member MO will be deleted. - Create
Time string - The time when this managed object was created.
- Device
Registration stringMoid - Moid of the asset.DeviceRegistration corresponding to this member's inventory device.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Inventory
Devices []GetPower Power Group Member Result Inventory Device - Max
Required float64Power - Maximum power required by the power group member in watts.
- Member
Type string - The type of the power group member - Chassis, Fex or Fabric Interconnect.*
Unknown- The power group member type is unknown.*Chassis- The power group member is a chassis.*Fex- The power group member is a Fex.*FabricInterconnect- The power group member is a Fabric Interconnect. - Min
Required float64Power - Minimum power required by the power group member in watts.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Oper
State string - Operational State of the power group member.*
Ok- The operational state of the power group member is ok.*PowerConsumptionNearingLimit- Operational state for power group member is PowerConsumptionNearingLimit. This may happen when the current power consumption of a chassis approaches the chassis power limit. - Owners []string
- Parents
[]Get
Power Power Group Member Result Parent - Permission
Resources []GetPower Power Group Member Result Permission Resource - Power
Group []GetParents Power Power Group Member Result Power Group Parent - 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.
-
[]Get
Power Power Group Member Result Tag - Version
Contexts []GetPower Power Group Member Result Version Context
- account_
moid string - The Account ID for this managed object.
- additional_
properties string - allocated_
power number - Power allocated to the power group member by the power group in watts.
- ancestors list(object)
- class_
id string - config_
state string - Configuration State of the power group member.*
Ok- The configuration state of the power group member is ok.*Unknown- The configuration state of the power group member is not known.*PendingRemoval- The power group member is pending removal. The member has been removed from the power group's InventoryDeviceMember list but the workflow to remove power limit from the device has not yet completed. Once the workflow succeeds, this member MO will be deleted. - create_
time string - The time when this managed object was created.
- device_
registration_ stringmoid - Moid of the asset.DeviceRegistration corresponding to this member's inventory device.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- inventory_
devices list(object) - max_
required_ numberpower - Maximum power required by the power group member in watts.
- member_
type string - The type of the power group member - Chassis, Fex or Fabric Interconnect.*
Unknown- The power group member type is unknown.*Chassis- The power group member is a chassis.*Fex- The power group member is a Fex.*FabricInterconnect- The power group member is a Fabric Interconnect. - min_
required_ numberpower - Minimum power required by the power group member in watts.
- mod_
time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- object_
type string - oper_
state string - Operational State of the power group member.*
Ok- The operational state of the power group member is ok.*PowerConsumptionNearingLimit- Operational state for power group member is PowerConsumptionNearingLimit. This may happen when the current power consumption of a chassis approaches the chassis power limit. - owners list(string)
- parents list(object)
- permission_
resources list(object) - power_
group_ list(object)parents - 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(object)
- version_
contexts list(object)
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - allocated
Power Double - Power allocated to the power group member by the power group in watts.
- ancestors
List<Get
Power Power Group Member Result Ancestor> - class
Id String - config
State String - Configuration State of the power group member.*
Ok- The configuration state of the power group member is ok.*Unknown- The configuration state of the power group member is not known.*PendingRemoval- The power group member is pending removal. The member has been removed from the power group's InventoryDeviceMember list but the workflow to remove power limit from the device has not yet completed. Once the workflow succeeds, this member MO will be deleted. - create
Time String - The time when this managed object was created.
- device
Registration StringMoid - Moid of the asset.DeviceRegistration corresponding to this member's inventory device.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- inventory
Devices List<GetPower Power Group Member Result Inventory Device> - max
Required DoublePower - Maximum power required by the power group member in watts.
- member
Type String - The type of the power group member - Chassis, Fex or Fabric Interconnect.*
Unknown- The power group member type is unknown.*Chassis- The power group member is a chassis.*Fex- The power group member is a Fex.*FabricInterconnect- The power group member is a Fabric Interconnect. - min
Required DoublePower - Minimum power required by the power group member in watts.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - oper
State String - Operational State of the power group member.*
Ok- The operational state of the power group member is ok.*PowerConsumptionNearingLimit- Operational state for power group member is PowerConsumptionNearingLimit. This may happen when the current power consumption of a chassis approaches the chassis power limit. - owners List<String>
- parents
List<Get
Power Power Group Member Result Parent> - permission
Resources List<GetPower Power Group Member Result Permission Resource> - power
Group List<GetParents Power Power Group Member Result Power Group Parent> - 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<Get
Power Power Group Member Result Tag> - version
Contexts List<GetPower Power Group Member Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - allocated
Power number - Power allocated to the power group member by the power group in watts.
- ancestors
Get
Power Power Group Member Result Ancestor[] - class
Id string - config
State string - Configuration State of the power group member.*
Ok- The configuration state of the power group member is ok.*Unknown- The configuration state of the power group member is not known.*PendingRemoval- The power group member is pending removal. The member has been removed from the power group's InventoryDeviceMember list but the workflow to remove power limit from the device has not yet completed. Once the workflow succeeds, this member MO will be deleted. - create
Time string - The time when this managed object was created.
- device
Registration stringMoid - Moid of the asset.DeviceRegistration corresponding to this member's inventory device.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- inventory
Devices GetPower Power Group Member Result Inventory Device[] - max
Required numberPower - Maximum power required by the power group member in watts.
- member
Type string - The type of the power group member - Chassis, Fex or Fabric Interconnect.*
Unknown- The power group member type is unknown.*Chassis- The power group member is a chassis.*Fex- The power group member is a Fex.*FabricInterconnect- The power group member is a Fabric Interconnect. - min
Required numberPower - Minimum power required by the power group member in watts.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - oper
State string - Operational State of the power group member.*
Ok- The operational state of the power group member is ok.*PowerConsumptionNearingLimit- Operational state for power group member is PowerConsumptionNearingLimit. This may happen when the current power consumption of a chassis approaches the chassis power limit. - owners string[]
- parents
Get
Power Power Group Member Result Parent[] - permission
Resources GetPower Power Group Member Result Permission Resource[] - power
Group GetParents Power Power Group Member Result Power Group Parent[] - 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.
-
Get
Power Power Group Member Result Tag[] - version
Contexts GetPower Power Group Member Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - allocated_
power float - Power allocated to the power group member by the power group in watts.
- ancestors
Sequence[Get
Power Power Group Member Result Ancestor] - class_
id str - config_
state str - Configuration State of the power group member.*
Ok- The configuration state of the power group member is ok.*Unknown- The configuration state of the power group member is not known.*PendingRemoval- The power group member is pending removal. The member has been removed from the power group's InventoryDeviceMember list but the workflow to remove power limit from the device has not yet completed. Once the workflow succeeds, this member MO will be deleted. - create_
time str - The time when this managed object was created.
- device_
registration_ strmoid - Moid of the asset.DeviceRegistration corresponding to this member's inventory device.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- inventory_
devices Sequence[GetPower Power Group Member Result Inventory Device] - max_
required_ floatpower - Maximum power required by the power group member in watts.
- member_
type str - The type of the power group member - Chassis, Fex or Fabric Interconnect.*
Unknown- The power group member type is unknown.*Chassis- The power group member is a chassis.*Fex- The power group member is a Fex.*FabricInterconnect- The power group member is a Fabric Interconnect. - min_
required_ floatpower - Minimum power required by the power group member in watts.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - oper_
state str - Operational State of the power group member.*
Ok- The operational state of the power group member is ok.*PowerConsumptionNearingLimit- Operational state for power group member is PowerConsumptionNearingLimit. This may happen when the current power consumption of a chassis approaches the chassis power limit. - owners Sequence[str]
- parents
Sequence[Get
Power Power Group Member Result Parent] - permission_
resources Sequence[GetPower Power Group Member Result Permission Resource] - power_
group_ Sequence[Getparents Power Power Group Member Result Power Group Parent] - 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[Get
Power Power Group Member Result Tag] - version_
contexts Sequence[GetPower Power Group Member Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - allocated
Power Number - Power allocated to the power group member by the power group in watts.
- ancestors List<Property Map>
- class
Id String - config
State String - Configuration State of the power group member.*
Ok- The configuration state of the power group member is ok.*Unknown- The configuration state of the power group member is not known.*PendingRemoval- The power group member is pending removal. The member has been removed from the power group's InventoryDeviceMember list but the workflow to remove power limit from the device has not yet completed. Once the workflow succeeds, this member MO will be deleted. - create
Time String - The time when this managed object was created.
- device
Registration StringMoid - Moid of the asset.DeviceRegistration corresponding to this member's inventory device.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- inventory
Devices List<Property Map> - max
Required NumberPower - Maximum power required by the power group member in watts.
- member
Type String - The type of the power group member - Chassis, Fex or Fabric Interconnect.*
Unknown- The power group member type is unknown.*Chassis- The power group member is a chassis.*Fex- The power group member is a Fex.*FabricInterconnect- The power group member is a Fabric Interconnect. - min
Required NumberPower - Minimum power required by the power group member in watts.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - oper
State String - Operational State of the power group member.*
Ok- The operational state of the power group member is ok.*PowerConsumptionNearingLimit- Operational state for power group member is PowerConsumptionNearingLimit. This may happen when the current power consumption of a chassis approaches the chassis power limit. - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - power
Group List<Property Map>Parents - 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>
- version
Contexts List<Property Map>
GetPowerPowerGroupMemberResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetPowerPowerGroupMemberResultInventoryDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetPowerPowerGroupMemberResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetPowerPowerGroupMemberResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetPowerPowerGroupMemberResultPowerGroupParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetPowerPowerGroupMemberResultTag
- additional_
properties string - ancestor_
definitions list(object) - definitions list(object)
- key string
- propagated bool
- sys_
tag bool - type string
- value string
- additional
Properties String - ancestor
Definitions List<GetPower Power Group Member Result Tag Ancestor Definition> - definitions
List<Get
Power Power Group Member Result Tag Definition> - key String
- propagated Boolean
- sys
Tag Boolean - type String
- value String
- additional
Properties string - ancestor
Definitions GetPower Power Group Member Result Tag Ancestor Definition[] - definitions
Get
Power Power Group Member Result Tag Definition[] - key string
- propagated boolean
- sys
Tag boolean - type string
- value string
- additional
Properties String - ancestor
Definitions List<Property Map> - definitions List<Property Map>
- key String
- propagated Boolean
- sys
Tag Boolean - type String
- value String
GetPowerPowerGroupMemberResultTagAncestorDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetPowerPowerGroupMemberResultTagDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetPowerPowerGroupMemberResultVersionContext
- additional_
properties string - class_
id string - interested_
mos list(object) - marked_
for_ booldeletion - nr_
version string - object_
type string - ref_
mos list(object) - timestamp string
- version_
type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetPowerPowerGroupMemberResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetPowerPowerGroupMemberResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetPowerPowerGroupMemberTag
- Additional
Properties string - Ancestor
Definitions List<GetPower Power Group Member Tag Ancestor Definition> - Definition
Get
Power Power Group Member Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- Value string
- The string representation of a tag value.
- Additional
Properties string - Ancestor
Definitions []GetPower Power Group Member Tag Ancestor Definition - Definition
Get
Power Power Group Member Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- Type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- Value string
- The string representation of a tag value.
- additional_
properties string - ancestor_
definitions list(object) - definition object
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - Specifies whether the tag is user-defined or owned by the system.
- type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value string
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<GetPower Power Group Member Tag Ancestor Definition> - definition
Get
Power Power Group Member Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value String
- The string representation of a tag value.
- additional
Properties string - ancestor
Definitions GetPower Power Group Member Tag Ancestor Definition[] - definition
Get
Power Power Group Member Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag boolean - Specifies whether the tag is user-defined or owned by the system.
- type string
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value string
- The string representation of a tag value.
- additional_
properties str - ancestor_
definitions Sequence[GetPower Power Group Member Tag Ancestor Definition] - definition
Get
Power Power Group Member Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key str
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - Specifies whether the tag is user-defined or owned by the system.
- type str
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value str
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<Property Map> - definition Property Map
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- type String
- An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.
KeyValue- KeyValue type of tag. Key is required for these tags. Value is optional.PathTag- Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
- value String
- The string representation of a tag value.
GetPowerPowerGroupMemberTagAncestorDefinition
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 string - class_
id 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.
- object_
type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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'.
GetPowerPowerGroupMemberTagDefinition
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 string - class_
id 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.
- object_
type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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'.
GetPowerPowerGroupMemberVersionContext
- Additional
Properties string - Class
Id 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.
- Interested
Mos List<GetPower Power Group Member 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetPower Power Group Member Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id 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.
- Interested
Mos []GetPower Power Group Member 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetPower Power Group Member Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 string - class_
id 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.
- interested_
mos list(object) - 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo object - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version_
type 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 String - class
Id 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.
- interested
Mos List<GetPower Power Group Member Version Context Interested Mo> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetPower Power Group Member Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id 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.
- interested
Mos GetPower Power Group Member Version Context Interested Mo[] - marked
For 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.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetPower Power Group Member Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type 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 Power Group Member 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 Power Group Member 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.
- additional
Properties String - class
Id 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.
- interested
Mos List<Property Map> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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.
GetPowerPowerGroupMemberVersionContextInterestedMo
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 string - class_
id 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.
- object_
type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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'.
GetPowerPowerGroupMemberVersionContextRefMo
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 string - class_
id 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.
- object_
type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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.
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet