intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getMacpoolLease
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Lease represents a single MAC address that is part of the universe, allocated either from a pool or through static assignment.
Using getMacpoolLease
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 getMacpoolLease(args: GetMacpoolLeaseArgs, opts?: InvokeOptions): Promise<GetMacpoolLeaseResult>
function getMacpoolLeaseOutput(args: GetMacpoolLeaseOutputArgs, opts?: InvokeOptions): Output<GetMacpoolLeaseResult>def get_macpool_lease(account_moid: Optional[str] = None,
                      additional_properties: Optional[str] = None,
                      allocation_type: Optional[str] = None,
                      ancestors: Optional[Sequence[GetMacpoolLeaseAncestor]] = None,
                      assigned_to_entity: Optional[GetMacpoolLeaseAssignedToEntity] = None,
                      class_id: Optional[str] = None,
                      create_time: Optional[str] = None,
                      domain_group_moid: Optional[str] = None,
                      has_duplicate: Optional[bool] = None,
                      id: Optional[str] = None,
                      mac_address: Optional[str] = None,
                      migrate: Optional[bool] = None,
                      mod_time: Optional[str] = None,
                      moid: Optional[str] = None,
                      object_type: Optional[str] = None,
                      owners: Optional[Sequence[str]] = None,
                      parent: Optional[GetMacpoolLeaseParent] = None,
                      permission_resources: Optional[Sequence[GetMacpoolLeasePermissionResource]] = None,
                      pool: Optional[GetMacpoolLeasePool] = None,
                      pool_member: Optional[GetMacpoolLeasePoolMember] = None,
                      preferred_mac_address: Optional[str] = None,
                      reservation: Optional[GetMacpoolLeaseReservation] = None,
                      shared_scope: Optional[str] = None,
                      tags: Optional[Sequence[GetMacpoolLeaseTag]] = None,
                      universe: Optional[GetMacpoolLeaseUniverse] = None,
                      version_context: Optional[GetMacpoolLeaseVersionContext] = None,
                      opts: Optional[InvokeOptions] = None) -> GetMacpoolLeaseResult
def get_macpool_lease_output(account_moid: Optional[pulumi.Input[str]] = None,
                      additional_properties: Optional[pulumi.Input[str]] = None,
                      allocation_type: Optional[pulumi.Input[str]] = None,
                      ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetMacpoolLeaseAncestorArgs]]]] = None,
                      assigned_to_entity: Optional[pulumi.Input[GetMacpoolLeaseAssignedToEntityArgs]] = None,
                      class_id: Optional[pulumi.Input[str]] = None,
                      create_time: Optional[pulumi.Input[str]] = None,
                      domain_group_moid: Optional[pulumi.Input[str]] = None,
                      has_duplicate: Optional[pulumi.Input[bool]] = None,
                      id: Optional[pulumi.Input[str]] = None,
                      mac_address: Optional[pulumi.Input[str]] = None,
                      migrate: Optional[pulumi.Input[bool]] = None,
                      mod_time: Optional[pulumi.Input[str]] = None,
                      moid: Optional[pulumi.Input[str]] = None,
                      object_type: Optional[pulumi.Input[str]] = None,
                      owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                      parent: Optional[pulumi.Input[GetMacpoolLeaseParentArgs]] = None,
                      permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetMacpoolLeasePermissionResourceArgs]]]] = None,
                      pool: Optional[pulumi.Input[GetMacpoolLeasePoolArgs]] = None,
                      pool_member: Optional[pulumi.Input[GetMacpoolLeasePoolMemberArgs]] = None,
                      preferred_mac_address: Optional[pulumi.Input[str]] = None,
                      reservation: Optional[pulumi.Input[GetMacpoolLeaseReservationArgs]] = None,
                      shared_scope: Optional[pulumi.Input[str]] = None,
                      tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetMacpoolLeaseTagArgs]]]] = None,
                      universe: Optional[pulumi.Input[GetMacpoolLeaseUniverseArgs]] = None,
                      version_context: Optional[pulumi.Input[GetMacpoolLeaseVersionContextArgs]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetMacpoolLeaseResult]func LookupMacpoolLease(ctx *Context, args *LookupMacpoolLeaseArgs, opts ...InvokeOption) (*LookupMacpoolLeaseResult, error)
func LookupMacpoolLeaseOutput(ctx *Context, args *LookupMacpoolLeaseOutputArgs, opts ...InvokeOption) LookupMacpoolLeaseResultOutput> Note: This function is named LookupMacpoolLease in the Go SDK.
public static class GetMacpoolLease 
{
    public static Task<GetMacpoolLeaseResult> InvokeAsync(GetMacpoolLeaseArgs args, InvokeOptions? opts = null)
    public static Output<GetMacpoolLeaseResult> Invoke(GetMacpoolLeaseInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMacpoolLeaseResult> getMacpoolLease(GetMacpoolLeaseArgs args, InvokeOptions options)
public static Output<GetMacpoolLeaseResult> getMacpoolLease(GetMacpoolLeaseArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getMacpoolLease:getMacpoolLease
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AllocationType string
- Type of the lease allocation either static or dynamic (i.e via pool).* dynamic- Identifiers to be allocated by system.*static- Identifiers are assigned by the user.
- Ancestors
List<GetMacpool Lease Ancestor> 
- AssignedTo GetEntity Macpool Lease Assigned To Entity 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HasDuplicate bool
- HasDuplicate represents if there are other pools in which this id exists.
- Id string
- MacAddress string
- MAC address allocated for pool-based allocation.
- Migrate bool
- The migration capability is applicable only for dynamic lease requests and it works in conjunction with preferred ID. If there is an existing dynamic or static lease that matches the preferred ID, that existing lease will be migrated to the current pool. That means the existing lease will be deleted and a new lease will be created in the pool. If there is a reservation exists that matches with preferred ID, that reservation will be kept as is and next available ID from the pool will be leased.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners List<string>
- Parent
GetMacpool Lease Parent 
- PermissionResources List<GetMacpool Lease Permission Resource> 
- Pool
GetMacpool Lease Pool 
- PoolMember GetMacpool Lease Pool Member 
- PreferredMac stringAddress 
- The preferred MAC address can be specified only for dynamic lease requests. Intersight will make its best effort to allocate that MAC address if it is available in the pool. If the specified preferred MAC address is not in the range of the pool or if it is already leased or reserved, then the next available MAC address from the pool will be leased. Since this feature is specific to dynamic lease requests only, static lease request will fail if it specifies the preferred MAC address property. When the preferred MAC address property is specified in conjunction with 'migrate' property, existing static or dynamic lease will be replaced by the new lease. Migration also supported only for dynamic lease requests.
- Reservation
GetMacpool Lease Reservation 
- 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<GetMacpool Lease Tag> 
- Universe
GetMacpool Lease Universe 
- VersionContext GetMacpool Lease Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AllocationType string
- Type of the lease allocation either static or dynamic (i.e via pool).* dynamic- Identifiers to be allocated by system.*static- Identifiers are assigned by the user.
- Ancestors
[]GetMacpool Lease Ancestor 
- AssignedTo GetEntity Macpool Lease Assigned To Entity 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HasDuplicate bool
- HasDuplicate represents if there are other pools in which this id exists.
- Id string
- MacAddress string
- MAC address allocated for pool-based allocation.
- Migrate bool
- The migration capability is applicable only for dynamic lease requests and it works in conjunction with preferred ID. If there is an existing dynamic or static lease that matches the preferred ID, that existing lease will be migrated to the current pool. That means the existing lease will be deleted and a new lease will be created in the pool. If there is a reservation exists that matches with preferred ID, that reservation will be kept as is and next available ID from the pool will be leased.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners []string
- Parent
GetMacpool Lease Parent 
- PermissionResources []GetMacpool Lease Permission Resource 
- Pool
GetMacpool Lease Pool 
- PoolMember GetMacpool Lease Pool Member 
- PreferredMac stringAddress 
- The preferred MAC address can be specified only for dynamic lease requests. Intersight will make its best effort to allocate that MAC address if it is available in the pool. If the specified preferred MAC address is not in the range of the pool or if it is already leased or reserved, then the next available MAC address from the pool will be leased. Since this feature is specific to dynamic lease requests only, static lease request will fail if it specifies the preferred MAC address property. When the preferred MAC address property is specified in conjunction with 'migrate' property, existing static or dynamic lease will be replaced by the new lease. Migration also supported only for dynamic lease requests.
- Reservation
GetMacpool Lease Reservation 
- 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.
- 
[]GetMacpool Lease Tag 
- Universe
GetMacpool Lease Universe 
- VersionContext GetMacpool Lease Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- allocationType String
- Type of the lease allocation either static or dynamic (i.e via pool).* dynamic- Identifiers to be allocated by system.*static- Identifiers are assigned by the user.
- ancestors
List<GetMacpool Lease Ancestor> 
- assignedTo GetEntity Macpool Lease Assigned To Entity 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hasDuplicate Boolean
- HasDuplicate represents if there are other pools in which this id exists.
- id String
- macAddress String
- MAC address allocated for pool-based allocation.
- migrate Boolean
- The migration capability is applicable only for dynamic lease requests and it works in conjunction with preferred ID. If there is an existing dynamic or static lease that matches the preferred ID, that existing lease will be migrated to the current pool. That means the existing lease will be deleted and a new lease will be created in the pool. If there is a reservation exists that matches with preferred ID, that reservation will be kept as is and next available ID from the pool will be leased.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parent
GetMacpool Lease Parent 
- permissionResources List<GetMacpool Lease Permission Resource> 
- pool
GetMacpool Lease Pool 
- poolMember GetMacpool Lease Pool Member 
- preferredMac StringAddress 
- The preferred MAC address can be specified only for dynamic lease requests. Intersight will make its best effort to allocate that MAC address if it is available in the pool. If the specified preferred MAC address is not in the range of the pool or if it is already leased or reserved, then the next available MAC address from the pool will be leased. Since this feature is specific to dynamic lease requests only, static lease request will fail if it specifies the preferred MAC address property. When the preferred MAC address property is specified in conjunction with 'migrate' property, existing static or dynamic lease will be replaced by the new lease. Migration also supported only for dynamic lease requests.
- reservation
GetMacpool Lease Reservation 
- 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<GetMacpool Lease Tag> 
- universe
GetMacpool Lease Universe 
- versionContext GetMacpool Lease Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- allocationType string
- Type of the lease allocation either static or dynamic (i.e via pool).* dynamic- Identifiers to be allocated by system.*static- Identifiers are assigned by the user.
- ancestors
GetMacpool Lease Ancestor[] 
- assignedTo GetEntity Macpool Lease Assigned To Entity 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- hasDuplicate boolean
- HasDuplicate represents if there are other pools in which this id exists.
- id string
- macAddress string
- MAC address allocated for pool-based allocation.
- migrate boolean
- The migration capability is applicable only for dynamic lease requests and it works in conjunction with preferred ID. If there is an existing dynamic or static lease that matches the preferred ID, that existing lease will be migrated to the current pool. That means the existing lease will be deleted and a new lease will be created in the pool. If there is a reservation exists that matches with preferred ID, that reservation will be kept as is and next available ID from the pool will be leased.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- owners string[]
- parent
GetMacpool Lease Parent 
- permissionResources GetMacpool Lease Permission Resource[] 
- pool
GetMacpool Lease Pool 
- poolMember GetMacpool Lease Pool Member 
- preferredMac stringAddress 
- The preferred MAC address can be specified only for dynamic lease requests. Intersight will make its best effort to allocate that MAC address if it is available in the pool. If the specified preferred MAC address is not in the range of the pool or if it is already leased or reserved, then the next available MAC address from the pool will be leased. Since this feature is specific to dynamic lease requests only, static lease request will fail if it specifies the preferred MAC address property. When the preferred MAC address property is specified in conjunction with 'migrate' property, existing static or dynamic lease will be replaced by the new lease. Migration also supported only for dynamic lease requests.
- reservation
GetMacpool Lease Reservation 
- 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.
- 
GetMacpool Lease Tag[] 
- universe
GetMacpool Lease Universe 
- versionContext GetMacpool Lease Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- allocation_type str
- Type of the lease allocation either static or dynamic (i.e via pool).* dynamic- Identifiers to be allocated by system.*static- Identifiers are assigned by the user.
- ancestors
Sequence[GetMacpool Lease Ancestor] 
- assigned_to_ Getentity Macpool Lease Assigned To Entity 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- has_duplicate bool
- HasDuplicate represents if there are other pools in which this id exists.
- id str
- mac_address str
- MAC address allocated for pool-based allocation.
- migrate bool
- The migration capability is applicable only for dynamic lease requests and it works in conjunction with preferred ID. If there is an existing dynamic or static lease that matches the preferred ID, that existing lease will be migrated to the current pool. That means the existing lease will be deleted and a new lease will be created in the pool. If there is a reservation exists that matches with preferred ID, that reservation will be kept as is and next available ID from the pool will be leased.
- 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
- owners Sequence[str]
- parent
GetMacpool Lease Parent 
- permission_resources Sequence[GetMacpool Lease Permission Resource] 
- pool
GetMacpool Lease Pool 
- pool_member GetMacpool Lease Pool Member 
- preferred_mac_ straddress 
- The preferred MAC address can be specified only for dynamic lease requests. Intersight will make its best effort to allocate that MAC address if it is available in the pool. If the specified preferred MAC address is not in the range of the pool or if it is already leased or reserved, then the next available MAC address from the pool will be leased. Since this feature is specific to dynamic lease requests only, static lease request will fail if it specifies the preferred MAC address property. When the preferred MAC address property is specified in conjunction with 'migrate' property, existing static or dynamic lease will be replaced by the new lease. Migration also supported only for dynamic lease requests.
- reservation
GetMacpool Lease Reservation 
- 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[GetMacpool Lease Tag] 
- universe
GetMacpool Lease Universe 
- version_context GetMacpool Lease Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- allocationType String
- Type of the lease allocation either static or dynamic (i.e via pool).* dynamic- Identifiers to be allocated by system.*static- Identifiers are assigned by the user.
- ancestors List<Property Map>
- assignedTo Property MapEntity 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hasDuplicate Boolean
- HasDuplicate represents if there are other pools in which this id exists.
- id String
- macAddress String
- MAC address allocated for pool-based allocation.
- migrate Boolean
- The migration capability is applicable only for dynamic lease requests and it works in conjunction with preferred ID. If there is an existing dynamic or static lease that matches the preferred ID, that existing lease will be migrated to the current pool. That means the existing lease will be deleted and a new lease will be created in the pool. If there is a reservation exists that matches with preferred ID, that reservation will be kept as is and next available ID from the pool will be leased.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- pool Property Map
- poolMember Property Map
- preferredMac StringAddress 
- The preferred MAC address can be specified only for dynamic lease requests. Intersight will make its best effort to allocate that MAC address if it is available in the pool. If the specified preferred MAC address is not in the range of the pool or if it is already leased or reserved, then the next available MAC address from the pool will be leased. Since this feature is specific to dynamic lease requests only, static lease request will fail if it specifies the preferred MAC address property. When the preferred MAC address property is specified in conjunction with 'migrate' property, existing static or dynamic lease will be replaced by the new lease. Migration also supported only for dynamic lease requests.
- reservation Property Map
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- universe Property Map
- versionContext Property Map
getMacpoolLease Result
The following output properties are available:
- Id string
- Results
List<GetMacpool Lease Result> 
- AccountMoid string
- AdditionalProperties string
- AllocationType string
- Ancestors
List<GetMacpool Lease Ancestor> 
- AssignedTo GetEntity Macpool Lease Assigned To Entity 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- HasDuplicate bool
- MacAddress string
- Migrate bool
- ModTime string
- Moid string
- ObjectType string
- Owners List<string>
- Parent
GetMacpool Lease Parent 
- PermissionResources List<GetMacpool Lease Permission Resource> 
- Pool
GetMacpool Lease Pool 
- PoolMember GetMacpool Lease Pool Member 
- PreferredMac stringAddress 
- Reservation
GetMacpool Lease Reservation 
- string
- 
List<GetMacpool Lease Tag> 
- Universe
GetMacpool Lease Universe 
- VersionContext GetMacpool Lease Version Context 
- Id string
- Results
[]GetMacpool Lease Result 
- AccountMoid string
- AdditionalProperties string
- AllocationType string
- Ancestors
[]GetMacpool Lease Ancestor 
- AssignedTo GetEntity Macpool Lease Assigned To Entity 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- HasDuplicate bool
- MacAddress string
- Migrate bool
- ModTime string
- Moid string
- ObjectType string
- Owners []string
- Parent
GetMacpool Lease Parent 
- PermissionResources []GetMacpool Lease Permission Resource 
- Pool
GetMacpool Lease Pool 
- PoolMember GetMacpool Lease Pool Member 
- PreferredMac stringAddress 
- Reservation
GetMacpool Lease Reservation 
- string
- 
[]GetMacpool Lease Tag 
- Universe
GetMacpool Lease Universe 
- VersionContext GetMacpool Lease Version Context 
- id String
- results
List<GetMacpool Lease Result> 
- accountMoid String
- additionalProperties String
- allocationType String
- ancestors
List<GetMacpool Lease Ancestor> 
- assignedTo GetEntity Macpool Lease Assigned To Entity 
- classId String
- createTime String
- domainGroup StringMoid 
- hasDuplicate Boolean
- macAddress String
- migrate Boolean
- modTime String
- moid String
- objectType String
- owners List<String>
- parent
GetMacpool Lease Parent 
- permissionResources List<GetMacpool Lease Permission Resource> 
- pool
GetMacpool Lease Pool 
- poolMember GetMacpool Lease Pool Member 
- preferredMac StringAddress 
- reservation
GetMacpool Lease Reservation 
- String
- 
List<GetMacpool Lease Tag> 
- universe
GetMacpool Lease Universe 
- versionContext GetMacpool Lease Version Context 
- id string
- results
GetMacpool Lease Result[] 
- accountMoid string
- additionalProperties string
- allocationType string
- ancestors
GetMacpool Lease Ancestor[] 
- assignedTo GetEntity Macpool Lease Assigned To Entity 
- classId string
- createTime string
- domainGroup stringMoid 
- hasDuplicate boolean
- macAddress string
- migrate boolean
- modTime string
- moid string
- objectType string
- owners string[]
- parent
GetMacpool Lease Parent 
- permissionResources GetMacpool Lease Permission Resource[] 
- pool
GetMacpool Lease Pool 
- poolMember GetMacpool Lease Pool Member 
- preferredMac stringAddress 
- reservation
GetMacpool Lease Reservation 
- string
- 
GetMacpool Lease Tag[] 
- universe
GetMacpool Lease Universe 
- versionContext GetMacpool Lease Version Context 
- id str
- results
Sequence[GetMacpool Lease Result] 
- account_moid str
- additional_properties str
- allocation_type str
- ancestors
Sequence[GetMacpool Lease Ancestor] 
- assigned_to_ Getentity Macpool Lease Assigned To Entity 
- class_id str
- create_time str
- domain_group_ strmoid 
- has_duplicate bool
- mac_address str
- migrate bool
- mod_time str
- moid str
- object_type str
- owners Sequence[str]
- parent
GetMacpool Lease Parent 
- permission_resources Sequence[GetMacpool Lease Permission Resource] 
- pool
GetMacpool Lease Pool 
- pool_member GetMacpool Lease Pool Member 
- preferred_mac_ straddress 
- reservation
GetMacpool Lease Reservation 
- str
- 
Sequence[GetMacpool Lease Tag] 
- universe
GetMacpool Lease Universe 
- version_context GetMacpool Lease Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- allocationType String
- ancestors List<Property Map>
- assignedTo Property MapEntity 
- classId String
- createTime String
- domainGroup StringMoid 
- hasDuplicate Boolean
- macAddress String
- migrate Boolean
- modTime String
- moid String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- pool Property Map
- poolMember Property Map
- preferredMac StringAddress 
- reservation Property Map
- String
- List<Property Map>
- universe Property Map
- versionContext Property Map
Supporting Types
GetMacpoolLeaseAncestor   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetMacpoolLeaseAssignedToEntity     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetMacpoolLeaseParent   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetMacpoolLeasePermissionResource    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetMacpoolLeasePool   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetMacpoolLeasePoolMember    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetMacpoolLeaseReservation   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ConsumerName string
- The consumer name for which the reserved MAC would be used.
- ConsumerType string
- The consumer type for which the reserved MAC would be used.- Vnic- MAC reservation would be used by VNIC.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ReservationMoid string
- The moid of the reservation object.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ConsumerName string
- The consumer name for which the reserved MAC would be used.
- ConsumerType string
- The consumer type for which the reserved MAC would be used.- Vnic- MAC reservation would be used by VNIC.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ReservationMoid string
- The moid of the reservation object.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- consumerName String
- The consumer name for which the reserved MAC would be used.
- consumerType String
- The consumer type for which the reserved MAC would be used.- Vnic- MAC reservation would be used by VNIC.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reservationMoid String
- The moid of the reservation object.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- consumerName string
- The consumer name for which the reserved MAC would be used.
- consumerType string
- The consumer type for which the reserved MAC would be used.- Vnic- MAC reservation would be used by VNIC.
 
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reservationMoid string
- The moid of the reservation object.
- 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.
- consumer_name str
- The consumer name for which the reserved MAC would be used.
- consumer_type str
- The consumer type for which the reserved MAC would be used.- Vnic- MAC reservation would be used by VNIC.
 
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reservation_moid str
- The moid of the reservation object.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- consumerName String
- The consumer name for which the reserved MAC would be used.
- consumerType String
- The consumer type for which the reserved MAC would be used.- Vnic- MAC reservation would be used by VNIC.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reservationMoid String
- The moid of the reservation object.
GetMacpoolLeaseResult   
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AllocationType string
- Type of the lease allocation either static or dynamic (i.e via pool).* dynamic- Identifiers to be allocated by system.*static- Identifiers are assigned by the user.
- Ancestors
List<GetMacpool Lease Result Ancestor> 
- AssignedTo List<GetEntities Macpool Lease Result Assigned To Entity> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HasDuplicate bool
- HasDuplicate represents if there are other pools in which this id exists.
- MacAddress string
- MAC address allocated for pool-based allocation.
- Migrate bool
- The migration capability is applicable only for dynamic lease requests and it works in conjunction with preferred ID. If there is an existing dynamic or static lease that matches the preferred ID, that existing lease will be migrated to the current pool. That means the existing lease will be deleted and a new lease will be created in the pool. If there is a reservation exists that matches with preferred ID, that reservation will be kept as is and next available ID from the pool will be leased.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners List<string>
- Parents
List<GetMacpool Lease Result Parent> 
- PermissionResources List<GetMacpool Lease Result Permission Resource> 
- PoolMembers List<GetMacpool Lease Result Pool Member> 
- Pools
List<GetMacpool Lease Result Pool> 
- PreferredMac stringAddress 
- The preferred MAC address can be specified only for dynamic lease requests. Intersight will make its best effort to allocate that MAC address if it is available in the pool. If the specified preferred MAC address is not in the range of the pool or if it is already leased or reserved, then the next available MAC address from the pool will be leased. Since this feature is specific to dynamic lease requests only, static lease request will fail if it specifies the preferred MAC address property. When the preferred MAC address property is specified in conjunction with 'migrate' property, existing static or dynamic lease will be replaced by the new lease. Migration also supported only for dynamic lease requests.
- Reservations
List<GetMacpool Lease Result Reservation> 
- 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<GetMacpool Lease Result Tag> 
- Universes
List<GetMacpool Lease Result Universe> 
- VersionContexts List<GetMacpool Lease Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AllocationType string
- Type of the lease allocation either static or dynamic (i.e via pool).* dynamic- Identifiers to be allocated by system.*static- Identifiers are assigned by the user.
- Ancestors
[]GetMacpool Lease Result Ancestor 
- AssignedTo []GetEntities Macpool Lease Result Assigned To Entity 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- HasDuplicate bool
- HasDuplicate represents if there are other pools in which this id exists.
- MacAddress string
- MAC address allocated for pool-based allocation.
- Migrate bool
- The migration capability is applicable only for dynamic lease requests and it works in conjunction with preferred ID. If there is an existing dynamic or static lease that matches the preferred ID, that existing lease will be migrated to the current pool. That means the existing lease will be deleted and a new lease will be created in the pool. If there is a reservation exists that matches with preferred ID, that reservation will be kept as is and next available ID from the pool will be leased.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners []string
- Parents
[]GetMacpool Lease Result Parent 
- PermissionResources []GetMacpool Lease Result Permission Resource 
- PoolMembers []GetMacpool Lease Result Pool Member 
- Pools
[]GetMacpool Lease Result Pool 
- PreferredMac stringAddress 
- The preferred MAC address can be specified only for dynamic lease requests. Intersight will make its best effort to allocate that MAC address if it is available in the pool. If the specified preferred MAC address is not in the range of the pool or if it is already leased or reserved, then the next available MAC address from the pool will be leased. Since this feature is specific to dynamic lease requests only, static lease request will fail if it specifies the preferred MAC address property. When the preferred MAC address property is specified in conjunction with 'migrate' property, existing static or dynamic lease will be replaced by the new lease. Migration also supported only for dynamic lease requests.
- Reservations
[]GetMacpool Lease Result Reservation 
- 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.
- 
[]GetMacpool Lease Result Tag 
- Universes
[]GetMacpool Lease Result Universe 
- VersionContexts []GetMacpool Lease Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- allocationType String
- Type of the lease allocation either static or dynamic (i.e via pool).* dynamic- Identifiers to be allocated by system.*static- Identifiers are assigned by the user.
- ancestors
List<GetMacpool Lease Result Ancestor> 
- assignedTo List<GetEntities Macpool Lease Result Assigned To Entity> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hasDuplicate Boolean
- HasDuplicate represents if there are other pools in which this id exists.
- macAddress String
- MAC address allocated for pool-based allocation.
- migrate Boolean
- The migration capability is applicable only for dynamic lease requests and it works in conjunction with preferred ID. If there is an existing dynamic or static lease that matches the preferred ID, that existing lease will be migrated to the current pool. That means the existing lease will be deleted and a new lease will be created in the pool. If there is a reservation exists that matches with preferred ID, that reservation will be kept as is and next available ID from the pool will be leased.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parents
List<GetMacpool Lease Result Parent> 
- permissionResources List<GetMacpool Lease Result Permission Resource> 
- poolMembers List<GetMacpool Lease Result Pool Member> 
- pools
List<GetMacpool Lease Result Pool> 
- preferredMac StringAddress 
- The preferred MAC address can be specified only for dynamic lease requests. Intersight will make its best effort to allocate that MAC address if it is available in the pool. If the specified preferred MAC address is not in the range of the pool or if it is already leased or reserved, then the next available MAC address from the pool will be leased. Since this feature is specific to dynamic lease requests only, static lease request will fail if it specifies the preferred MAC address property. When the preferred MAC address property is specified in conjunction with 'migrate' property, existing static or dynamic lease will be replaced by the new lease. Migration also supported only for dynamic lease requests.
- reservations
List<GetMacpool Lease Result Reservation> 
- 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<GetMacpool Lease Result Tag> 
- universes
List<GetMacpool Lease Result Universe> 
- versionContexts List<GetMacpool Lease Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- allocationType string
- Type of the lease allocation either static or dynamic (i.e via pool).* dynamic- Identifiers to be allocated by system.*static- Identifiers are assigned by the user.
- ancestors
GetMacpool Lease Result Ancestor[] 
- assignedTo GetEntities Macpool Lease Result Assigned To Entity[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- hasDuplicate boolean
- HasDuplicate represents if there are other pools in which this id exists.
- macAddress string
- MAC address allocated for pool-based allocation.
- migrate boolean
- The migration capability is applicable only for dynamic lease requests and it works in conjunction with preferred ID. If there is an existing dynamic or static lease that matches the preferred ID, that existing lease will be migrated to the current pool. That means the existing lease will be deleted and a new lease will be created in the pool. If there is a reservation exists that matches with preferred ID, that reservation will be kept as is and next available ID from the pool will be leased.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- owners string[]
- parents
GetMacpool Lease Result Parent[] 
- permissionResources GetMacpool Lease Result Permission Resource[] 
- poolMembers GetMacpool Lease Result Pool Member[] 
- pools
GetMacpool Lease Result Pool[] 
- preferredMac stringAddress 
- The preferred MAC address can be specified only for dynamic lease requests. Intersight will make its best effort to allocate that MAC address if it is available in the pool. If the specified preferred MAC address is not in the range of the pool or if it is already leased or reserved, then the next available MAC address from the pool will be leased. Since this feature is specific to dynamic lease requests only, static lease request will fail if it specifies the preferred MAC address property. When the preferred MAC address property is specified in conjunction with 'migrate' property, existing static or dynamic lease will be replaced by the new lease. Migration also supported only for dynamic lease requests.
- reservations
GetMacpool Lease Result Reservation[] 
- 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.
- 
GetMacpool Lease Result Tag[] 
- universes
GetMacpool Lease Result Universe[] 
- versionContexts GetMacpool Lease Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- allocation_type str
- Type of the lease allocation either static or dynamic (i.e via pool).* dynamic- Identifiers to be allocated by system.*static- Identifiers are assigned by the user.
- ancestors
Sequence[GetMacpool Lease Result Ancestor] 
- assigned_to_ Sequence[Getentities Macpool Lease Result Assigned To Entity] 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- has_duplicate bool
- HasDuplicate represents if there are other pools in which this id exists.
- mac_address str
- MAC address allocated for pool-based allocation.
- migrate bool
- The migration capability is applicable only for dynamic lease requests and it works in conjunction with preferred ID. If there is an existing dynamic or static lease that matches the preferred ID, that existing lease will be migrated to the current pool. That means the existing lease will be deleted and a new lease will be created in the pool. If there is a reservation exists that matches with preferred ID, that reservation will be kept as is and next available ID from the pool will be leased.
- 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
- owners Sequence[str]
- parents
Sequence[GetMacpool Lease Result Parent] 
- permission_resources Sequence[GetMacpool Lease Result Permission Resource] 
- pool_members Sequence[GetMacpool Lease Result Pool Member] 
- pools
Sequence[GetMacpool Lease Result Pool] 
- preferred_mac_ straddress 
- The preferred MAC address can be specified only for dynamic lease requests. Intersight will make its best effort to allocate that MAC address if it is available in the pool. If the specified preferred MAC address is not in the range of the pool or if it is already leased or reserved, then the next available MAC address from the pool will be leased. Since this feature is specific to dynamic lease requests only, static lease request will fail if it specifies the preferred MAC address property. When the preferred MAC address property is specified in conjunction with 'migrate' property, existing static or dynamic lease will be replaced by the new lease. Migration also supported only for dynamic lease requests.
- reservations
Sequence[GetMacpool Lease Result Reservation] 
- 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[GetMacpool Lease Result Tag] 
- universes
Sequence[GetMacpool Lease Result Universe] 
- version_contexts Sequence[GetMacpool Lease Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- allocationType String
- Type of the lease allocation either static or dynamic (i.e via pool).* dynamic- Identifiers to be allocated by system.*static- Identifiers are assigned by the user.
- ancestors List<Property Map>
- assignedTo List<Property Map>Entities 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- hasDuplicate Boolean
- HasDuplicate represents if there are other pools in which this id exists.
- macAddress String
- MAC address allocated for pool-based allocation.
- migrate Boolean
- The migration capability is applicable only for dynamic lease requests and it works in conjunction with preferred ID. If there is an existing dynamic or static lease that matches the preferred ID, that existing lease will be migrated to the current pool. That means the existing lease will be deleted and a new lease will be created in the pool. If there is a reservation exists that matches with preferred ID, that reservation will be kept as is and next available ID from the pool will be leased.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- poolMembers List<Property Map>
- pools List<Property Map>
- preferredMac StringAddress 
- The preferred MAC address can be specified only for dynamic lease requests. Intersight will make its best effort to allocate that MAC address if it is available in the pool. If the specified preferred MAC address is not in the range of the pool or if it is already leased or reserved, then the next available MAC address from the pool will be leased. Since this feature is specific to dynamic lease requests only, static lease request will fail if it specifies the preferred MAC address property. When the preferred MAC address property is specified in conjunction with 'migrate' property, existing static or dynamic lease will be replaced by the new lease. Migration also supported only for dynamic lease requests.
- reservations List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- universes List<Property Map>
- versionContexts List<Property Map>
GetMacpoolLeaseResultAncestor    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetMacpoolLeaseResultAssignedToEntity      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetMacpoolLeaseResultParent    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetMacpoolLeaseResultPermissionResource     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetMacpoolLeaseResultPool    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetMacpoolLeaseResultPoolMember     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetMacpoolLeaseResultReservation    
- AdditionalProperties string
- ClassId string
- ConsumerName string
- ConsumerType string
- ObjectType string
- ReservationMoid string
- AdditionalProperties string
- ClassId string
- ConsumerName string
- ConsumerType string
- ObjectType string
- ReservationMoid string
- additionalProperties String
- classId String
- consumerName String
- consumerType String
- objectType String
- reservationMoid String
- additionalProperties string
- classId string
- consumerName string
- consumerType string
- objectType string
- reservationMoid string
- additional_properties str
- class_id str
- consumer_name str
- consumer_type str
- object_type str
- reservation_moid str
- additionalProperties String
- classId String
- consumerName String
- consumerType String
- objectType String
- reservationMoid String
GetMacpoolLeaseResultTag    
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetMacpoolLeaseResultUniverse    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetMacpoolLeaseResultVersionContext     
- AdditionalProperties string
- ClassId string
- InterestedMos []GetMacpool Lease Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetMacpool Lease Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetMacpool Lease Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetMacpool Lease Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetMacpool Lease Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetMacpool Lease Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetMacpoolLeaseResultVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetMacpoolLeaseResultVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetMacpoolLeaseTag   
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetMacpoolLeaseUniverse   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetMacpoolLeaseVersionContext    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetMacpool Lease Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetMacpool Lease Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetMacpool Lease Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetMacpool Lease Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetMacpool Lease Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetMacpool Lease Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetMacpool Lease Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetMacpool Lease Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetMacpool Lease 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 GetMacpool Lease Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetMacpoolLeaseVersionContextInterestedMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetMacpoolLeaseVersionContextRefMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet