1. Packages
  2. Intersight Provider
  3. API Docs
  4. getIppoolIpLease
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getIppoolIpLease

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 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,
                            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,
                            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 dictionary

    The 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<GetIppoolIpLeaseAncestor>
    AssignedToEntity GetIppoolIpLeaseAssignedToEntity
    BlockLease GetIppoolIpLeaseBlockLease
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    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 GetIppoolIpLeaseIpV4Config
    IpV6Address string
    IPv6 Address given as a lease to an external entity like server profiles.
    IpV6Config GetIppoolIpLeaseIpV6Config
    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 GetIppoolIpLeaseParent
    PermissionResources List<GetIppoolIpLeasePermissionResource>
    Pool GetIppoolIpLeasePool
    PoolMember GetIppoolIpLeasePoolMember
    Reservation GetIppoolIpLeaseReservation
    SharedScope 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.
    Tags List<GetIppoolIpLeaseTag>
    Universe GetIppoolIpLeaseUniverse
    VersionContext GetIppoolIpLeaseVersionContext
    Vrf GetIppoolIpLeaseVrf
    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 []GetIppoolIpLeaseAncestor
    AssignedToEntity GetIppoolIpLeaseAssignedToEntity
    BlockLease GetIppoolIpLeaseBlockLease
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    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 GetIppoolIpLeaseIpV4Config
    IpV6Address string
    IPv6 Address given as a lease to an external entity like server profiles.
    IpV6Config GetIppoolIpLeaseIpV6Config
    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 GetIppoolIpLeaseParent
    PermissionResources []GetIppoolIpLeasePermissionResource
    Pool GetIppoolIpLeasePool
    PoolMember GetIppoolIpLeasePoolMember
    Reservation GetIppoolIpLeaseReservation
    SharedScope 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.
    Tags []GetIppoolIpLeaseTag
    Universe GetIppoolIpLeaseUniverse
    VersionContext GetIppoolIpLeaseVersionContext
    Vrf GetIppoolIpLeaseVrf
    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<GetIppoolIpLeaseAncestor>
    assignedToEntity GetIppoolIpLeaseAssignedToEntity
    blockLease GetIppoolIpLeaseBlockLease
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    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 GetIppoolIpLeaseIpV4Config
    ipV6Address String
    IPv6 Address given as a lease to an external entity like server profiles.
    ipV6Config GetIppoolIpLeaseIpV6Config
    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 GetIppoolIpLeaseParent
    permissionResources List<GetIppoolIpLeasePermissionResource>
    pool GetIppoolIpLeasePool
    poolMember GetIppoolIpLeasePoolMember
    reservation GetIppoolIpLeaseReservation
    sharedScope 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.
    tags List<GetIppoolIpLeaseTag>
    universe GetIppoolIpLeaseUniverse
    versionContext GetIppoolIpLeaseVersionContext
    vrf GetIppoolIpLeaseVrf
    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 GetIppoolIpLeaseAncestor[]
    assignedToEntity GetIppoolIpLeaseAssignedToEntity
    blockLease GetIppoolIpLeaseBlockLease
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    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 GetIppoolIpLeaseIpV4Config
    ipV6Address string
    IPv6 Address given as a lease to an external entity like server profiles.
    ipV6Config GetIppoolIpLeaseIpV6Config
    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 GetIppoolIpLeaseParent
    permissionResources GetIppoolIpLeasePermissionResource[]
    pool GetIppoolIpLeasePool
    poolMember GetIppoolIpLeasePoolMember
    reservation GetIppoolIpLeaseReservation
    sharedScope 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.
    tags GetIppoolIpLeaseTag[]
    universe GetIppoolIpLeaseUniverse
    versionContext GetIppoolIpLeaseVersionContext
    vrf GetIppoolIpLeaseVrf
    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[GetIppoolIpLeaseAncestor]
    assigned_to_entity GetIppoolIpLeaseAssignedToEntity
    block_lease GetIppoolIpLeaseBlockLease
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    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_address str
    IPv4 Address given as a lease to an external entity like server profiles.
    ip_v4_config GetIppoolIpLeaseIpV4Config
    ip_v6_address str
    IPv6 Address given as a lease to an external entity like server profiles.
    ip_v6_config GetIppoolIpLeaseIpV6Config
    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 GetIppoolIpLeaseParent
    permission_resources Sequence[GetIppoolIpLeasePermissionResource]
    pool GetIppoolIpLeasePool
    pool_member GetIppoolIpLeasePoolMember
    reservation GetIppoolIpLeaseReservation
    shared_scope 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.
    tags Sequence[GetIppoolIpLeaseTag]
    universe GetIppoolIpLeaseUniverse
    version_context GetIppoolIpLeaseVersionContext
    vrf GetIppoolIpLeaseVrf
    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>
    assignedToEntity Property Map
    blockLease Property Map
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    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
    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
    sharedScope 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.
    tags List<Property Map>
    universe Property Map
    versionContext Property Map
    vrf Property Map

    getIppoolIpLease Result

    The following output properties are available:

    Id string
    Results List<GetIppoolIpLeaseResult>
    AccountMoid string
    AdditionalProperties string
    AllocationType string
    Ancestors List<GetIppoolIpLeaseAncestor>
    AssignedToEntity GetIppoolIpLeaseAssignedToEntity
    BlockLease GetIppoolIpLeaseBlockLease
    ClassId string
    CreateTime string
    DomainGroupMoid string
    HasDuplicate bool
    IpType string
    IpV4Address string
    IpV4Config GetIppoolIpLeaseIpV4Config
    IpV6Address string
    IpV6Config GetIppoolIpLeaseIpV6Config
    ModTime string
    Moid string
    ObjectType string
    Owners List<string>
    Parent GetIppoolIpLeaseParent
    PermissionResources List<GetIppoolIpLeasePermissionResource>
    Pool GetIppoolIpLeasePool
    PoolMember GetIppoolIpLeasePoolMember
    Reservation GetIppoolIpLeaseReservation
    SharedScope string
    Tags List<GetIppoolIpLeaseTag>
    Universe GetIppoolIpLeaseUniverse
    VersionContext GetIppoolIpLeaseVersionContext
    Vrf GetIppoolIpLeaseVrf
    Id string
    Results []GetIppoolIpLeaseResult
    AccountMoid string
    AdditionalProperties string
    AllocationType string
    Ancestors []GetIppoolIpLeaseAncestor
    AssignedToEntity GetIppoolIpLeaseAssignedToEntity
    BlockLease GetIppoolIpLeaseBlockLease
    ClassId string
    CreateTime string
    DomainGroupMoid string
    HasDuplicate bool
    IpType string
    IpV4Address string
    IpV4Config GetIppoolIpLeaseIpV4Config
    IpV6Address string
    IpV6Config GetIppoolIpLeaseIpV6Config
    ModTime string
    Moid string
    ObjectType string
    Owners []string
    Parent GetIppoolIpLeaseParent
    PermissionResources []GetIppoolIpLeasePermissionResource
    Pool GetIppoolIpLeasePool
    PoolMember GetIppoolIpLeasePoolMember
    Reservation GetIppoolIpLeaseReservation
    SharedScope string
    Tags []GetIppoolIpLeaseTag
    Universe GetIppoolIpLeaseUniverse
    VersionContext GetIppoolIpLeaseVersionContext
    Vrf GetIppoolIpLeaseVrf
    id String
    results List<GetIppoolIpLeaseResult>
    accountMoid String
    additionalProperties String
    allocationType String
    ancestors List<GetIppoolIpLeaseAncestor>
    assignedToEntity GetIppoolIpLeaseAssignedToEntity
    blockLease GetIppoolIpLeaseBlockLease
    classId String
    createTime String
    domainGroupMoid String
    hasDuplicate Boolean
    ipType String
    ipV4Address String
    ipV4Config GetIppoolIpLeaseIpV4Config
    ipV6Address String
    ipV6Config GetIppoolIpLeaseIpV6Config
    modTime String
    moid String
    objectType String
    owners List<String>
    parent GetIppoolIpLeaseParent
    permissionResources List<GetIppoolIpLeasePermissionResource>
    pool GetIppoolIpLeasePool
    poolMember GetIppoolIpLeasePoolMember
    reservation GetIppoolIpLeaseReservation
    sharedScope String
    tags List<GetIppoolIpLeaseTag>
    universe GetIppoolIpLeaseUniverse
    versionContext GetIppoolIpLeaseVersionContext
    vrf GetIppoolIpLeaseVrf
    id string
    results GetIppoolIpLeaseResult[]
    accountMoid string
    additionalProperties string
    allocationType string
    ancestors GetIppoolIpLeaseAncestor[]
    assignedToEntity GetIppoolIpLeaseAssignedToEntity
    blockLease GetIppoolIpLeaseBlockLease
    classId string
    createTime string
    domainGroupMoid string
    hasDuplicate boolean
    ipType string
    ipV4Address string
    ipV4Config GetIppoolIpLeaseIpV4Config
    ipV6Address string
    ipV6Config GetIppoolIpLeaseIpV6Config
    modTime string
    moid string
    objectType string
    owners string[]
    parent GetIppoolIpLeaseParent
    permissionResources GetIppoolIpLeasePermissionResource[]
    pool GetIppoolIpLeasePool
    poolMember GetIppoolIpLeasePoolMember
    reservation GetIppoolIpLeaseReservation
    sharedScope string
    tags GetIppoolIpLeaseTag[]
    universe GetIppoolIpLeaseUniverse
    versionContext GetIppoolIpLeaseVersionContext
    vrf GetIppoolIpLeaseVrf
    id str
    results Sequence[GetIppoolIpLeaseResult]
    account_moid str
    additional_properties str
    allocation_type str
    ancestors Sequence[GetIppoolIpLeaseAncestor]
    assigned_to_entity GetIppoolIpLeaseAssignedToEntity
    block_lease GetIppoolIpLeaseBlockLease
    class_id str
    create_time str
    domain_group_moid str
    has_duplicate bool
    ip_type str
    ip_v4_address str
    ip_v4_config GetIppoolIpLeaseIpV4Config
    ip_v6_address str
    ip_v6_config GetIppoolIpLeaseIpV6Config
    mod_time str
    moid str
    object_type str
    owners Sequence[str]
    parent GetIppoolIpLeaseParent
    permission_resources Sequence[GetIppoolIpLeasePermissionResource]
    pool GetIppoolIpLeasePool
    pool_member GetIppoolIpLeasePoolMember
    reservation GetIppoolIpLeaseReservation
    shared_scope str
    tags Sequence[GetIppoolIpLeaseTag]
    universe GetIppoolIpLeaseUniverse
    version_context GetIppoolIpLeaseVersionContext
    vrf GetIppoolIpLeaseVrf

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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<GetIppoolIpLeaseResultAncestor>
    AssignedToEntities List<GetIppoolIpLeaseResultAssignedToEntity>
    BlockLeases List<GetIppoolIpLeaseResultBlockLease>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    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<GetIppoolIpLeaseResultIpV4Config>
    IpV6Address string
    IPv6 Address given as a lease to an external entity like server profiles.
    IpV6Configs List<GetIppoolIpLeaseResultIpV6Config>
    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<GetIppoolIpLeaseResultParent>
    PermissionResources List<GetIppoolIpLeaseResultPermissionResource>
    PoolMembers List<GetIppoolIpLeaseResultPoolMember>
    Pools List<GetIppoolIpLeaseResultPool>
    Reservations List<GetIppoolIpLeaseResultReservation>
    SharedScope 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.
    Tags List<GetIppoolIpLeaseResultTag>
    Universes List<GetIppoolIpLeaseResultUniverse>
    VersionContexts List<GetIppoolIpLeaseResultVersionContext>
    Vrves List<GetIppoolIpLeaseResultVrf>
    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 []GetIppoolIpLeaseResultAncestor
    AssignedToEntities []GetIppoolIpLeaseResultAssignedToEntity
    BlockLeases []GetIppoolIpLeaseResultBlockLease
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    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 []GetIppoolIpLeaseResultIpV4Config
    IpV6Address string
    IPv6 Address given as a lease to an external entity like server profiles.
    IpV6Configs []GetIppoolIpLeaseResultIpV6Config
    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 []GetIppoolIpLeaseResultParent
    PermissionResources []GetIppoolIpLeaseResultPermissionResource
    PoolMembers []GetIppoolIpLeaseResultPoolMember
    Pools []GetIppoolIpLeaseResultPool
    Reservations []GetIppoolIpLeaseResultReservation
    SharedScope 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.
    Tags []GetIppoolIpLeaseResultTag
    Universes []GetIppoolIpLeaseResultUniverse
    VersionContexts []GetIppoolIpLeaseResultVersionContext
    Vrves []GetIppoolIpLeaseResultVrf
    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<GetIppoolIpLeaseResultAncestor>
    assignedToEntities List<GetIppoolIpLeaseResultAssignedToEntity>
    blockLeases List<GetIppoolIpLeaseResultBlockLease>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    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<GetIppoolIpLeaseResultIpV4Config>
    ipV6Address String
    IPv6 Address given as a lease to an external entity like server profiles.
    ipV6Configs List<GetIppoolIpLeaseResultIpV6Config>
    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<GetIppoolIpLeaseResultParent>
    permissionResources List<GetIppoolIpLeaseResultPermissionResource>
    poolMembers List<GetIppoolIpLeaseResultPoolMember>
    pools List<GetIppoolIpLeaseResultPool>
    reservations List<GetIppoolIpLeaseResultReservation>
    sharedScope 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.
    tags List<GetIppoolIpLeaseResultTag>
    universes List<GetIppoolIpLeaseResultUniverse>
    versionContexts List<GetIppoolIpLeaseResultVersionContext>
    vrves List<GetIppoolIpLeaseResultVrf>
    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 GetIppoolIpLeaseResultAncestor[]
    assignedToEntities GetIppoolIpLeaseResultAssignedToEntity[]
    blockLeases GetIppoolIpLeaseResultBlockLease[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    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 GetIppoolIpLeaseResultIpV4Config[]
    ipV6Address string
    IPv6 Address given as a lease to an external entity like server profiles.
    ipV6Configs GetIppoolIpLeaseResultIpV6Config[]
    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 GetIppoolIpLeaseResultParent[]
    permissionResources GetIppoolIpLeaseResultPermissionResource[]
    poolMembers GetIppoolIpLeaseResultPoolMember[]
    pools GetIppoolIpLeaseResultPool[]
    reservations GetIppoolIpLeaseResultReservation[]
    sharedScope 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.
    tags GetIppoolIpLeaseResultTag[]
    universes GetIppoolIpLeaseResultUniverse[]
    versionContexts GetIppoolIpLeaseResultVersionContext[]
    vrves GetIppoolIpLeaseResultVrf[]
    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[GetIppoolIpLeaseResultAncestor]
    assigned_to_entities Sequence[GetIppoolIpLeaseResultAssignedToEntity]
    block_leases Sequence[GetIppoolIpLeaseResultBlockLease]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    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_address str
    IPv4 Address given as a lease to an external entity like server profiles.
    ip_v4_configs Sequence[GetIppoolIpLeaseResultIpV4Config]
    ip_v6_address str
    IPv6 Address given as a lease to an external entity like server profiles.
    ip_v6_configs Sequence[GetIppoolIpLeaseResultIpV6Config]
    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[GetIppoolIpLeaseResultParent]
    permission_resources Sequence[GetIppoolIpLeaseResultPermissionResource]
    pool_members Sequence[GetIppoolIpLeaseResultPoolMember]
    pools Sequence[GetIppoolIpLeaseResultPool]
    reservations Sequence[GetIppoolIpLeaseResultReservation]
    shared_scope 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.
    tags Sequence[GetIppoolIpLeaseResultTag]
    universes Sequence[GetIppoolIpLeaseResultUniverse]
    version_contexts Sequence[GetIppoolIpLeaseResultVersionContext]
    vrves Sequence[GetIppoolIpLeaseResultVrf]
    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>
    assignedToEntities List<Property Map>
    blockLeases List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    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>
    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>
    sharedScope 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.
    tags 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
    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
    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

    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
    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

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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<GetIppoolIpLeaseVersionContextInterestedMo>
    MarkedForDeletion bool
    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 GetIppoolIpLeaseVersionContextRefMo
    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 []GetIppoolIpLeaseVersionContextInterestedMo
    MarkedForDeletion bool
    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 GetIppoolIpLeaseVersionContextRefMo
    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<GetIppoolIpLeaseVersionContextInterestedMo>
    markedForDeletion Boolean
    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 GetIppoolIpLeaseVersionContextRefMo
    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 GetIppoolIpLeaseVersionContextInterestedMo[]
    markedForDeletion boolean
    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 GetIppoolIpLeaseVersionContextRefMo
    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[GetIppoolIpLeaseVersionContextInterestedMo]
    marked_for_deletion bool
    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 GetIppoolIpLeaseVersionContextRefMo
    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>
    markedForDeletion Boolean
    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST 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 intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet