intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getIppoolIpLease
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
IpLease represents an IP address that is allocated from a pool to a specific entity like server profile.
Using getIppoolIpLease
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 getIppoolIpLease(args: GetIppoolIpLeaseArgs, opts?: InvokeOptions): Promise<GetIppoolIpLeaseResult>
function getIppoolIpLeaseOutput(args: GetIppoolIpLeaseOutputArgs, opts?: InvokeOptions): Output<GetIppoolIpLeaseResult>def get_ippool_ip_lease(account_moid: Optional[str] = None,
                        additional_properties: Optional[str] = None,
                        allocation_type: Optional[str] = None,
                        ancestors: Optional[Sequence[GetIppoolIpLeaseAncestor]] = None,
                        assigned_to_entity: Optional[GetIppoolIpLeaseAssignedToEntity] = None,
                        block_lease: Optional[GetIppoolIpLeaseBlockLease] = 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,
                        ip_type: Optional[str] = None,
                        ip_v4_address: Optional[str] = None,
                        ip_v4_config: Optional[GetIppoolIpLeaseIpV4Config] = None,
                        ip_v6_address: Optional[str] = None,
                        ip_v6_config: Optional[GetIppoolIpLeaseIpV6Config] = 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[GetIppoolIpLeaseParent] = None,
                        permission_resources: Optional[Sequence[GetIppoolIpLeasePermissionResource]] = None,
                        pool: Optional[GetIppoolIpLeasePool] = None,
                        pool_member: Optional[GetIppoolIpLeasePoolMember] = None,
                        reservation: Optional[GetIppoolIpLeaseReservation] = None,
                        shared_scope: Optional[str] = None,
                        tags: Optional[Sequence[GetIppoolIpLeaseTag]] = None,
                        universe: Optional[GetIppoolIpLeaseUniverse] = None,
                        version_context: Optional[GetIppoolIpLeaseVersionContext] = None,
                        vrf: Optional[GetIppoolIpLeaseVrf] = None,
                        opts: Optional[InvokeOptions] = None) -> GetIppoolIpLeaseResult
def get_ippool_ip_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[GetIppoolIpLeaseAncestorArgs]]]] = None,
                        assigned_to_entity: Optional[pulumi.Input[GetIppoolIpLeaseAssignedToEntityArgs]] = None,
                        block_lease: Optional[pulumi.Input[GetIppoolIpLeaseBlockLeaseArgs]] = 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,
                        ip_type: Optional[pulumi.Input[str]] = None,
                        ip_v4_address: Optional[pulumi.Input[str]] = None,
                        ip_v4_config: Optional[pulumi.Input[GetIppoolIpLeaseIpV4ConfigArgs]] = None,
                        ip_v6_address: Optional[pulumi.Input[str]] = None,
                        ip_v6_config: Optional[pulumi.Input[GetIppoolIpLeaseIpV6ConfigArgs]] = 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[GetIppoolIpLeaseParentArgs]] = None,
                        permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolIpLeasePermissionResourceArgs]]]] = None,
                        pool: Optional[pulumi.Input[GetIppoolIpLeasePoolArgs]] = None,
                        pool_member: Optional[pulumi.Input[GetIppoolIpLeasePoolMemberArgs]] = None,
                        reservation: Optional[pulumi.Input[GetIppoolIpLeaseReservationArgs]] = None,
                        shared_scope: Optional[pulumi.Input[str]] = None,
                        tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolIpLeaseTagArgs]]]] = None,
                        universe: Optional[pulumi.Input[GetIppoolIpLeaseUniverseArgs]] = None,
                        version_context: Optional[pulumi.Input[GetIppoolIpLeaseVersionContextArgs]] = None,
                        vrf: Optional[pulumi.Input[GetIppoolIpLeaseVrfArgs]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetIppoolIpLeaseResult]func LookupIppoolIpLease(ctx *Context, args *LookupIppoolIpLeaseArgs, opts ...InvokeOption) (*LookupIppoolIpLeaseResult, error)
func LookupIppoolIpLeaseOutput(ctx *Context, args *LookupIppoolIpLeaseOutputArgs, opts ...InvokeOption) LookupIppoolIpLeaseResultOutput> Note: This function is named LookupIppoolIpLease in the Go SDK.
public static class GetIppoolIpLease 
{
    public static Task<GetIppoolIpLeaseResult> InvokeAsync(GetIppoolIpLeaseArgs args, InvokeOptions? opts = null)
    public static Output<GetIppoolIpLeaseResult> Invoke(GetIppoolIpLeaseInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIppoolIpLeaseResult> getIppoolIpLease(GetIppoolIpLeaseArgs args, InvokeOptions options)
public static Output<GetIppoolIpLeaseResult> getIppoolIpLease(GetIppoolIpLeaseArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getIppoolIpLease:getIppoolIpLease
  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<GetIppool Ip Lease Ancestor> 
- AssignedTo GetEntity Ippool Ip Lease Assigned To Entity 
- BlockLease GetIppool Ip Lease Block Lease 
- 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
- IpType string
- Type of the IP address requested.* IPv4- IP V4 address type requested.*IPv6- IP V6 address type requested.
- IpV4Address string
- IPv4 Address given as a lease to an external entity like server profiles.
- IpV4Config GetIppool Ip Lease Ip V4Config 
- IpV6Address string
- IPv6 Address given as a lease to an external entity like server profiles.
- IpV6Config GetIppool Ip Lease Ip V6Config 
- 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
GetIppool Ip Lease Parent 
- PermissionResources List<GetIppool Ip Lease Permission Resource> 
- Pool
GetIppool Ip Lease Pool 
- PoolMember GetIppool Ip Lease Pool Member 
- Reservation
GetIppool Ip 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<GetIppool Ip Lease Tag> 
- Universe
GetIppool Ip Lease Universe 
- VersionContext GetIppool Ip Lease Version Context 
- Vrf
GetIppool Ip Lease Vrf 
- 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
[]GetIppool Ip Lease Ancestor 
- AssignedTo GetEntity Ippool Ip Lease Assigned To Entity 
- BlockLease GetIppool Ip Lease Block Lease 
- 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
- IpType string
- Type of the IP address requested.* IPv4- IP V4 address type requested.*IPv6- IP V6 address type requested.
- IpV4Address string
- IPv4 Address given as a lease to an external entity like server profiles.
- IpV4Config GetIppool Ip Lease Ip V4Config 
- IpV6Address string
- IPv6 Address given as a lease to an external entity like server profiles.
- IpV6Config GetIppool Ip Lease Ip V6Config 
- 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
GetIppool Ip Lease Parent 
- PermissionResources []GetIppool Ip Lease Permission Resource 
- Pool
GetIppool Ip Lease Pool 
- PoolMember GetIppool Ip Lease Pool Member 
- Reservation
GetIppool Ip 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.
- 
[]GetIppool Ip Lease Tag 
- Universe
GetIppool Ip Lease Universe 
- VersionContext GetIppool Ip Lease Version Context 
- Vrf
GetIppool Ip Lease Vrf 
- 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<GetIppool Ip Lease Ancestor> 
- assignedTo GetEntity Ippool Ip Lease Assigned To Entity 
- blockLease GetIppool Ip Lease Block Lease 
- 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
- ipType String
- Type of the IP address requested.* IPv4- IP V4 address type requested.*IPv6- IP V6 address type requested.
- ipV4Address String
- IPv4 Address given as a lease to an external entity like server profiles.
- ipV4Config GetIppool Ip Lease Ip V4Config 
- ipV6Address String
- IPv6 Address given as a lease to an external entity like server profiles.
- ipV6Config GetIppool Ip Lease Ip V6Config 
- 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
GetIppool Ip Lease Parent 
- permissionResources List<GetIppool Ip Lease Permission Resource> 
- pool
GetIppool Ip Lease Pool 
- poolMember GetIppool Ip Lease Pool Member 
- reservation
GetIppool Ip 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<GetIppool Ip Lease Tag> 
- universe
GetIppool Ip Lease Universe 
- versionContext GetIppool Ip Lease Version Context 
- vrf
GetIppool Ip Lease Vrf 
- 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
GetIppool Ip Lease Ancestor[] 
- assignedTo GetEntity Ippool Ip Lease Assigned To Entity 
- blockLease GetIppool Ip Lease Block Lease 
- 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
- ipType string
- Type of the IP address requested.* IPv4- IP V4 address type requested.*IPv6- IP V6 address type requested.
- ipV4Address string
- IPv4 Address given as a lease to an external entity like server profiles.
- ipV4Config GetIppool Ip Lease Ip V4Config 
- ipV6Address string
- IPv6 Address given as a lease to an external entity like server profiles.
- ipV6Config GetIppool Ip Lease Ip V6Config 
- 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
GetIppool Ip Lease Parent 
- permissionResources GetIppool Ip Lease Permission Resource[] 
- pool
GetIppool Ip Lease Pool 
- poolMember GetIppool Ip Lease Pool Member 
- reservation
GetIppool Ip 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.
- 
GetIppool Ip Lease Tag[] 
- universe
GetIppool Ip Lease Universe 
- versionContext GetIppool Ip Lease Version Context 
- vrf
GetIppool Ip Lease Vrf 
- 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[GetIppool Ip Lease Ancestor] 
- assigned_to_ Getentity Ippool Ip Lease Assigned To Entity 
- block_lease GetIppool Ip Lease Block Lease 
- 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
- ip_type str
- Type of the IP address requested.* IPv4- IP V4 address type requested.*IPv6- IP V6 address type requested.
- ip_v4_ straddress 
- IPv4 Address given as a lease to an external entity like server profiles.
- ip_v4_ Getconfig Ippool Ip Lease Ip V4Config 
- ip_v6_ straddress 
- IPv6 Address given as a lease to an external entity like server profiles.
- ip_v6_ Getconfig Ippool Ip Lease Ip V6Config 
- 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
GetIppool Ip Lease Parent 
- permission_resources Sequence[GetIppool Ip Lease Permission Resource] 
- pool
GetIppool Ip Lease Pool 
- pool_member GetIppool Ip Lease Pool Member 
- reservation
GetIppool Ip 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[GetIppool Ip Lease Tag] 
- universe
GetIppool Ip Lease Universe 
- version_context GetIppool Ip Lease Version Context 
- vrf
GetIppool Ip Lease Vrf 
- 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 
- blockLease Property Map
- 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
- ipType String
- Type of the IP address requested.* IPv4- IP V4 address type requested.*IPv6- IP V6 address type requested.
- ipV4Address String
- IPv4 Address given as a lease to an external entity like server profiles.
- ipV4Config Property Map
- ipV6Address String
- IPv6 Address given as a lease to an external entity like server profiles.
- ipV6Config Property Map
- 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
- 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
- vrf Property Map
getIppoolIpLease Result
The following output properties are available:
- Id string
- Results
List<GetIppool Ip Lease Result> 
- AccountMoid string
- AdditionalProperties string
- AllocationType string
- Ancestors
List<GetIppool Ip Lease Ancestor> 
- AssignedTo GetEntity Ippool Ip Lease Assigned To Entity 
- BlockLease GetIppool Ip Lease Block Lease 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- HasDuplicate bool
- IpType string
- IpV4Address string
- IpV4Config GetIppool Ip Lease Ip V4Config 
- IpV6Address string
- IpV6Config GetIppool Ip Lease Ip V6Config 
- Migrate bool
- ModTime string
- Moid string
- ObjectType string
- Owners List<string>
- Parent
GetIppool Ip Lease Parent 
- PermissionResources List<GetIppool Ip Lease Permission Resource> 
- Pool
GetIppool Ip Lease Pool 
- PoolMember GetIppool Ip Lease Pool Member 
- Reservation
GetIppool Ip Lease Reservation 
- string
- 
List<GetIppool Ip Lease Tag> 
- Universe
GetIppool Ip Lease Universe 
- VersionContext GetIppool Ip Lease Version Context 
- Vrf
GetIppool Ip Lease Vrf 
- Id string
- Results
[]GetIppool Ip Lease Result 
- AccountMoid string
- AdditionalProperties string
- AllocationType string
- Ancestors
[]GetIppool Ip Lease Ancestor 
- AssignedTo GetEntity Ippool Ip Lease Assigned To Entity 
- BlockLease GetIppool Ip Lease Block Lease 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- HasDuplicate bool
- IpType string
- IpV4Address string
- IpV4Config GetIppool Ip Lease Ip V4Config 
- IpV6Address string
- IpV6Config GetIppool Ip Lease Ip V6Config 
- Migrate bool
- ModTime string
- Moid string
- ObjectType string
- Owners []string
- Parent
GetIppool Ip Lease Parent 
- PermissionResources []GetIppool Ip Lease Permission Resource 
- Pool
GetIppool Ip Lease Pool 
- PoolMember GetIppool Ip Lease Pool Member 
- Reservation
GetIppool Ip Lease Reservation 
- string
- 
[]GetIppool Ip Lease Tag 
- Universe
GetIppool Ip Lease Universe 
- VersionContext GetIppool Ip Lease Version Context 
- Vrf
GetIppool Ip Lease Vrf 
- id String
- results
List<GetIppool Ip Lease Result> 
- accountMoid String
- additionalProperties String
- allocationType String
- ancestors
List<GetIppool Ip Lease Ancestor> 
- assignedTo GetEntity Ippool Ip Lease Assigned To Entity 
- blockLease GetIppool Ip Lease Block Lease 
- classId String
- createTime String
- domainGroup StringMoid 
- hasDuplicate Boolean
- ipType String
- ipV4Address String
- ipV4Config GetIppool Ip Lease Ip V4Config 
- ipV6Address String
- ipV6Config GetIppool Ip Lease Ip V6Config 
- migrate Boolean
- modTime String
- moid String
- objectType String
- owners List<String>
- parent
GetIppool Ip Lease Parent 
- permissionResources List<GetIppool Ip Lease Permission Resource> 
- pool
GetIppool Ip Lease Pool 
- poolMember GetIppool Ip Lease Pool Member 
- reservation
GetIppool Ip Lease Reservation 
- String
- 
List<GetIppool Ip Lease Tag> 
- universe
GetIppool Ip Lease Universe 
- versionContext GetIppool Ip Lease Version Context 
- vrf
GetIppool Ip Lease Vrf 
- id string
- results
GetIppool Ip Lease Result[] 
- accountMoid string
- additionalProperties string
- allocationType string
- ancestors
GetIppool Ip Lease Ancestor[] 
- assignedTo GetEntity Ippool Ip Lease Assigned To Entity 
- blockLease GetIppool Ip Lease Block Lease 
- classId string
- createTime string
- domainGroup stringMoid 
- hasDuplicate boolean
- ipType string
- ipV4Address string
- ipV4Config GetIppool Ip Lease Ip V4Config 
- ipV6Address string
- ipV6Config GetIppool Ip Lease Ip V6Config 
- migrate boolean
- modTime string
- moid string
- objectType string
- owners string[]
- parent
GetIppool Ip Lease Parent 
- permissionResources GetIppool Ip Lease Permission Resource[] 
- pool
GetIppool Ip Lease Pool 
- poolMember GetIppool Ip Lease Pool Member 
- reservation
GetIppool Ip Lease Reservation 
- string
- 
GetIppool Ip Lease Tag[] 
- universe
GetIppool Ip Lease Universe 
- versionContext GetIppool Ip Lease Version Context 
- vrf
GetIppool Ip Lease Vrf 
- id str
- results
Sequence[GetIppool Ip Lease Result] 
- account_moid str
- additional_properties str
- allocation_type str
- ancestors
Sequence[GetIppool Ip Lease Ancestor] 
- assigned_to_ Getentity Ippool Ip Lease Assigned To Entity 
- block_lease GetIppool Ip Lease Block Lease 
- class_id str
- create_time str
- domain_group_ strmoid 
- has_duplicate bool
- ip_type str
- ip_v4_ straddress 
- ip_v4_ Getconfig Ippool Ip Lease Ip V4Config 
- ip_v6_ straddress 
- ip_v6_ Getconfig Ippool Ip Lease Ip V6Config 
- migrate bool
- mod_time str
- moid str
- object_type str
- owners Sequence[str]
- parent
GetIppool Ip Lease Parent 
- permission_resources Sequence[GetIppool Ip Lease Permission Resource] 
- pool
GetIppool Ip Lease Pool 
- pool_member GetIppool Ip Lease Pool Member 
- reservation
GetIppool Ip Lease Reservation 
- str
- 
Sequence[GetIppool Ip Lease Tag] 
- universe
GetIppool Ip Lease Universe 
- version_context GetIppool Ip Lease Version Context 
- vrf
GetIppool Ip Lease Vrf 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- allocationType String
- ancestors List<Property Map>
- assignedTo Property MapEntity 
- blockLease Property Map
- classId String
- createTime String
- domainGroup StringMoid 
- hasDuplicate Boolean
- ipType String
- ipV4Address String
- ipV4Config Property Map
- ipV6Address String
- ipV6Config Property Map
- migrate Boolean
- modTime String
- moid String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- pool Property Map
- poolMember Property Map
- reservation Property Map
- String
- List<Property Map>
- universe Property Map
- versionContext Property Map
- vrf Property Map
Supporting Types
GetIppoolIpLeaseAncestor    
- 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'.
 
GetIppoolIpLeaseAssignedToEntity      
- 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'.
 
GetIppoolIpLeaseBlockLease     
- 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'.
 
GetIppoolIpLeaseIpV4Config     
- 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.
- Gateway string
- IP address of the default IPv4 gateway.
- Netmask string
- A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PrimaryDns string
- IP Address of the primary Domain Name System (DNS) server.
- SecondaryDns string
- IP Address of the secondary Domain Name System (DNS) server.
- 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.
- Gateway string
- IP address of the default IPv4 gateway.
- Netmask string
- A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- PrimaryDns string
- IP Address of the primary Domain Name System (DNS) server.
- SecondaryDns string
- IP Address of the secondary Domain Name System (DNS) server.
- 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.
- gateway String
- IP address of the default IPv4 gateway.
- netmask String
- A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- primaryDns String
- IP Address of the primary Domain Name System (DNS) server.
- secondaryDns String
- IP Address of the secondary Domain Name System (DNS) server.
- 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.
- gateway string
- IP address of the default IPv4 gateway.
- netmask string
- A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- primaryDns string
- IP Address of the primary Domain Name System (DNS) server.
- secondaryDns string
- IP Address of the secondary Domain Name System (DNS) server.
- 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.
- gateway str
- IP address of the default IPv4 gateway.
- netmask str
- A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- primary_dns str
- IP Address of the primary Domain Name System (DNS) server.
- secondary_dns str
- IP Address of the secondary Domain Name System (DNS) server.
- 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.
- gateway String
- IP address of the default IPv4 gateway.
- netmask String
- A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- primaryDns String
- IP Address of the primary Domain Name System (DNS) server.
- secondaryDns String
- IP Address of the secondary Domain Name System (DNS) server.
GetIppoolIpLeaseIpV6Config     
- 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.
- Gateway string
- IP address of the default IPv6 gateway.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Prefix double
- A prefix length which masks the IP address and divides the IP address into network address and host address.
- PrimaryDns string
- IP Address of the primary Domain Name System (DNS) server.
- SecondaryDns string
- IP Address of the secondary Domain Name System (DNS) server.
- 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.
- Gateway string
- IP address of the default IPv6 gateway.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Prefix float64
- A prefix length which masks the IP address and divides the IP address into network address and host address.
- PrimaryDns string
- IP Address of the primary Domain Name System (DNS) server.
- SecondaryDns string
- IP Address of the secondary Domain Name System (DNS) server.
- 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.
- gateway String
- IP address of the default IPv6 gateway.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- prefix Double
- A prefix length which masks the IP address and divides the IP address into network address and host address.
- primaryDns String
- IP Address of the primary Domain Name System (DNS) server.
- secondaryDns String
- IP Address of the secondary Domain Name System (DNS) server.
- 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.
- gateway string
- IP address of the default IPv6 gateway.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- prefix number
- A prefix length which masks the IP address and divides the IP address into network address and host address.
- primaryDns string
- IP Address of the primary Domain Name System (DNS) server.
- secondaryDns string
- IP Address of the secondary Domain Name System (DNS) server.
- 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.
- gateway str
- IP address of the default IPv6 gateway.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- prefix float
- A prefix length which masks the IP address and divides the IP address into network address and host address.
- primary_dns str
- IP Address of the primary Domain Name System (DNS) server.
- secondary_dns str
- IP Address of the secondary Domain Name System (DNS) server.
- 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.
- gateway String
- IP address of the default IPv6 gateway.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- prefix Number
- A prefix length which masks the IP address and divides the IP address into network address and host address.
- primaryDns String
- IP Address of the primary Domain Name System (DNS) server.
- secondaryDns String
- IP Address of the secondary Domain Name System (DNS) server.
GetIppoolIpLeaseParent    
- 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'.
 
GetIppoolIpLeasePermissionResource     
- 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'.
 
GetIppoolIpLeasePool    
- 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'.
 
GetIppoolIpLeasePoolMember     
- 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'.
 
GetIppoolIpLeaseReservation    
- 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 IP would be used.
- ConsumerType string
- The consumer type for which the reserved IP would be used.- OutofbandIpv4-Access- IP reservation would be used for out of band management.
- InbandIpv4-Access- IP reservation would be used for inband management.
- InbandIpv6-Access- IP reservation would be used for inband management.
- ISCSI- IP reservation would be used for ISCSI management.
 
- 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 IP would be used.
- ConsumerType string
- The consumer type for which the reserved IP would be used.- OutofbandIpv4-Access- IP reservation would be used for out of band management.
- InbandIpv4-Access- IP reservation would be used for inband management.
- InbandIpv6-Access- IP reservation would be used for inband management.
- ISCSI- IP reservation would be used for ISCSI management.
 
- 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 IP would be used.
- consumerType String
- The consumer type for which the reserved IP would be used.- OutofbandIpv4-Access- IP reservation would be used for out of band management.
- InbandIpv4-Access- IP reservation would be used for inband management.
- InbandIpv6-Access- IP reservation would be used for inband management.
- ISCSI- IP reservation would be used for ISCSI management.
 
- 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 IP would be used.
- consumerType string
- The consumer type for which the reserved IP would be used.- OutofbandIpv4-Access- IP reservation would be used for out of band management.
- InbandIpv4-Access- IP reservation would be used for inband management.
- InbandIpv6-Access- IP reservation would be used for inband management.
- ISCSI- IP reservation would be used for ISCSI management.
 
- 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 IP would be used.
- consumer_type str
- The consumer type for which the reserved IP would be used.- OutofbandIpv4-Access- IP reservation would be used for out of band management.
- InbandIpv4-Access- IP reservation would be used for inband management.
- InbandIpv6-Access- IP reservation would be used for inband management.
- ISCSI- IP reservation would be used for ISCSI management.
 
- 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 IP would be used.
- consumerType String
- The consumer type for which the reserved IP would be used.- OutofbandIpv4-Access- IP reservation would be used for out of band management.
- InbandIpv4-Access- IP reservation would be used for inband management.
- InbandIpv6-Access- IP reservation would be used for inband management.
- ISCSI- IP reservation would be used for ISCSI management.
 
- 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.
GetIppoolIpLeaseResult    
- 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<GetIppool Ip Lease Result Ancestor> 
- AssignedTo List<GetEntities Ippool Ip Lease Result Assigned To Entity> 
- BlockLeases List<GetIppool Ip Lease Result Block Lease> 
- 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.
- IpType string
- Type of the IP address requested.* IPv4- IP V4 address type requested.*IPv6- IP V6 address type requested.
- IpV4Address string
- IPv4 Address given as a lease to an external entity like server profiles.
- IpV4Configs List<GetIppool Ip Lease Result Ip V4Config> 
- IpV6Address string
- IPv6 Address given as a lease to an external entity like server profiles.
- IpV6Configs List<GetIppool Ip Lease Result Ip V6Config> 
- 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<GetIppool Ip Lease Result Parent> 
- PermissionResources List<GetIppool Ip Lease Result Permission Resource> 
- PoolMembers List<GetIppool Ip Lease Result Pool Member> 
- Pools
List<GetIppool Ip Lease Result Pool> 
- Reservations
List<GetIppool Ip 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<GetIppool Ip Lease Result Tag> 
- Universes
List<GetIppool Ip Lease Result Universe> 
- VersionContexts List<GetIppool Ip Lease Result Version Context> 
- Vrves
List<GetIppool Ip Lease Result Vrf> 
- 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
[]GetIppool Ip Lease Result Ancestor 
- AssignedTo []GetEntities Ippool Ip Lease Result Assigned To Entity 
- BlockLeases []GetIppool Ip Lease Result Block Lease 
- 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.
- IpType string
- Type of the IP address requested.* IPv4- IP V4 address type requested.*IPv6- IP V6 address type requested.
- IpV4Address string
- IPv4 Address given as a lease to an external entity like server profiles.
- IpV4Configs []GetIppool Ip Lease Result Ip V4Config 
- IpV6Address string
- IPv6 Address given as a lease to an external entity like server profiles.
- IpV6Configs []GetIppool Ip Lease Result Ip V6Config 
- 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
[]GetIppool Ip Lease Result Parent 
- PermissionResources []GetIppool Ip Lease Result Permission Resource 
- PoolMembers []GetIppool Ip Lease Result Pool Member 
- Pools
[]GetIppool Ip Lease Result Pool 
- Reservations
[]GetIppool Ip 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.
- 
[]GetIppool Ip Lease Result Tag 
- Universes
[]GetIppool Ip Lease Result Universe 
- VersionContexts []GetIppool Ip Lease Result Version Context 
- Vrves
[]GetIppool Ip Lease Result Vrf 
- 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<GetIppool Ip Lease Result Ancestor> 
- assignedTo List<GetEntities Ippool Ip Lease Result Assigned To Entity> 
- blockLeases List<GetIppool Ip Lease Result Block Lease> 
- 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.
- ipType String
- Type of the IP address requested.* IPv4- IP V4 address type requested.*IPv6- IP V6 address type requested.
- ipV4Address String
- IPv4 Address given as a lease to an external entity like server profiles.
- ipV4Configs List<GetIppool Ip Lease Result Ip V4Config> 
- ipV6Address String
- IPv6 Address given as a lease to an external entity like server profiles.
- ipV6Configs List<GetIppool Ip Lease Result Ip V6Config> 
- 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<GetIppool Ip Lease Result Parent> 
- permissionResources List<GetIppool Ip Lease Result Permission Resource> 
- poolMembers List<GetIppool Ip Lease Result Pool Member> 
- pools
List<GetIppool Ip Lease Result Pool> 
- reservations
List<GetIppool Ip 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<GetIppool Ip Lease Result Tag> 
- universes
List<GetIppool Ip Lease Result Universe> 
- versionContexts List<GetIppool Ip Lease Result Version Context> 
- vrves
List<GetIppool Ip Lease Result Vrf> 
- 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
GetIppool Ip Lease Result Ancestor[] 
- assignedTo GetEntities Ippool Ip Lease Result Assigned To Entity[] 
- blockLeases GetIppool Ip Lease Result Block Lease[] 
- 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.
- ipType string
- Type of the IP address requested.* IPv4- IP V4 address type requested.*IPv6- IP V6 address type requested.
- ipV4Address string
- IPv4 Address given as a lease to an external entity like server profiles.
- ipV4Configs GetIppool Ip Lease Result Ip V4Config[] 
- ipV6Address string
- IPv6 Address given as a lease to an external entity like server profiles.
- ipV6Configs GetIppool Ip Lease Result Ip V6Config[] 
- 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
GetIppool Ip Lease Result Parent[] 
- permissionResources GetIppool Ip Lease Result Permission Resource[] 
- poolMembers GetIppool Ip Lease Result Pool Member[] 
- pools
GetIppool Ip Lease Result Pool[] 
- reservations
GetIppool Ip 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.
- 
GetIppool Ip Lease Result Tag[] 
- universes
GetIppool Ip Lease Result Universe[] 
- versionContexts GetIppool Ip Lease Result Version Context[] 
- vrves
GetIppool Ip Lease Result Vrf[] 
- 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[GetIppool Ip Lease Result Ancestor] 
- assigned_to_ Sequence[Getentities Ippool Ip Lease Result Assigned To Entity] 
- block_leases Sequence[GetIppool Ip Lease Result Block Lease] 
- 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.
- ip_type str
- Type of the IP address requested.* IPv4- IP V4 address type requested.*IPv6- IP V6 address type requested.
- ip_v4_ straddress 
- IPv4 Address given as a lease to an external entity like server profiles.
- ip_v4_ Sequence[Getconfigs Ippool Ip Lease Result Ip V4Config] 
- ip_v6_ straddress 
- IPv6 Address given as a lease to an external entity like server profiles.
- ip_v6_ Sequence[Getconfigs Ippool Ip Lease Result Ip V6Config] 
- 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[GetIppool Ip Lease Result Parent] 
- permission_resources Sequence[GetIppool Ip Lease Result Permission Resource] 
- pool_members Sequence[GetIppool Ip Lease Result Pool Member] 
- pools
Sequence[GetIppool Ip Lease Result Pool] 
- reservations
Sequence[GetIppool Ip 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[GetIppool Ip Lease Result Tag] 
- universes
Sequence[GetIppool Ip Lease Result Universe] 
- version_contexts Sequence[GetIppool Ip Lease Result Version Context] 
- vrves
Sequence[GetIppool Ip Lease Result Vrf] 
- 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 
- blockLeases List<Property Map>
- 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.
- ipType String
- Type of the IP address requested.* IPv4- IP V4 address type requested.*IPv6- IP V6 address type requested.
- ipV4Address String
- IPv4 Address given as a lease to an external entity like server profiles.
- ipV4Configs List<Property Map>
- ipV6Address String
- IPv6 Address given as a lease to an external entity like server profiles.
- ipV6Configs List<Property Map>
- 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>
- 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>
- vrves List<Property Map>
GetIppoolIpLeaseResultAncestor     
- 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
GetIppoolIpLeaseResultAssignedToEntity       
- 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
GetIppoolIpLeaseResultBlockLease      
- 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
GetIppoolIpLeaseResultIpV4Config      
- AdditionalProperties string
- ClassId string
- Gateway string
- Netmask string
- ObjectType string
- PrimaryDns string
- SecondaryDns string
- AdditionalProperties string
- ClassId string
- Gateway string
- Netmask string
- ObjectType string
- PrimaryDns string
- SecondaryDns string
- additionalProperties String
- classId String
- gateway String
- netmask String
- objectType String
- primaryDns String
- secondaryDns String
- additionalProperties string
- classId string
- gateway string
- netmask string
- objectType string
- primaryDns string
- secondaryDns string
- additional_properties str
- class_id str
- gateway str
- netmask str
- object_type str
- primary_dns str
- secondary_dns str
- additionalProperties String
- classId String
- gateway String
- netmask String
- objectType String
- primaryDns String
- secondaryDns String
GetIppoolIpLeaseResultIpV6Config      
- AdditionalProperties string
- ClassId string
- Gateway string
- ObjectType string
- Prefix double
- PrimaryDns string
- SecondaryDns string
- AdditionalProperties string
- ClassId string
- Gateway string
- ObjectType string
- Prefix float64
- PrimaryDns string
- SecondaryDns string
- additionalProperties String
- classId String
- gateway String
- objectType String
- prefix Double
- primaryDns String
- secondaryDns String
- additionalProperties string
- classId string
- gateway string
- objectType string
- prefix number
- primaryDns string
- secondaryDns string
- additional_properties str
- class_id str
- gateway str
- object_type str
- prefix float
- primary_dns str
- secondary_dns str
- additionalProperties String
- classId String
- gateway String
- objectType String
- prefix Number
- primaryDns String
- secondaryDns String
GetIppoolIpLeaseResultParent     
- 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
GetIppoolIpLeaseResultPermissionResource      
- 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
GetIppoolIpLeaseResultPool     
- 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
GetIppoolIpLeaseResultPoolMember      
- 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
GetIppoolIpLeaseResultReservation     
- 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
GetIppoolIpLeaseResultTag     
- 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
GetIppoolIpLeaseResultUniverse     
- 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
GetIppoolIpLeaseResultVersionContext      
- AdditionalProperties string
- ClassId string
- InterestedMos []GetIppool Ip Lease Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetIppool Ip Lease Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetIppool Ip Lease Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetIppool Ip Lease Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetIppool Ip Lease Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetIppool Ip 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
GetIppoolIpLeaseResultVersionContextInterestedMo        
- 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
GetIppoolIpLeaseResultVersionContextRefMo        
- 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
GetIppoolIpLeaseResultVrf     
- 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
GetIppoolIpLeaseTag    
- 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.
GetIppoolIpLeaseUniverse    
- 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'.
 
GetIppoolIpLeaseVersionContext     
- 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<GetIppool Ip 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 GetIppool Ip 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 []GetIppool Ip 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 GetIppool Ip 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<GetIppool Ip 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 GetIppool Ip 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 GetIppool Ip 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 GetIppool Ip 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[GetIppool Ip 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 GetIppool Ip 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.
 
GetIppoolIpLeaseVersionContextInterestedMo       
- 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'.
 
GetIppoolIpLeaseVersionContextRefMo       
- 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'.
 
GetIppoolIpLeaseVrf    
- 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