intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getIppoolShadowPool
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
Shadow Pool is a tracking object created on behalf of an IP pool, for each VRF.
Using getIppoolShadowPool
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 getIppoolShadowPool(args: GetIppoolShadowPoolArgs, opts?: InvokeOptions): Promise<GetIppoolShadowPoolResult>
function getIppoolShadowPoolOutput(args: GetIppoolShadowPoolOutputArgs, opts?: InvokeOptions): Output<GetIppoolShadowPoolResult>
def get_ippool_shadow_pool(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetIppoolShadowPoolAncestor]] = None,
assigned: Optional[float] = None,
assignment_order: Optional[str] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
id: Optional[str] = None,
ip_block_heads: Optional[Sequence[GetIppoolShadowPoolIpBlockHead]] = None,
ip_v4_blocks: Optional[Sequence[GetIppoolShadowPoolIpV4Block]] = None,
ip_v4_config: Optional[GetIppoolShadowPoolIpV4Config] = None,
ip_v6_blocks: Optional[Sequence[GetIppoolShadowPoolIpV6Block]] = None,
ip_v6_config: Optional[GetIppoolShadowPoolIpV6Config] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetIppoolShadowPoolParent] = None,
permission_resources: Optional[Sequence[GetIppoolShadowPoolPermissionResource]] = None,
pool: Optional[GetIppoolShadowPoolPool] = None,
reservations: Optional[Sequence[GetIppoolShadowPoolReservation]] = None,
reserved: Optional[float] = None,
shared_scope: Optional[str] = None,
size: Optional[float] = None,
tags: Optional[Sequence[GetIppoolShadowPoolTag]] = None,
v4_assigned: Optional[float] = None,
v4_size: Optional[float] = None,
v6_assigned: Optional[float] = None,
v6_size: Optional[float] = None,
version_context: Optional[GetIppoolShadowPoolVersionContext] = None,
vrf: Optional[GetIppoolShadowPoolVrf] = None,
opts: Optional[InvokeOptions] = None) -> GetIppoolShadowPoolResult
def get_ippool_shadow_pool_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolShadowPoolAncestorArgs]]]] = None,
assigned: Optional[pulumi.Input[float]] = None,
assignment_order: Optional[pulumi.Input[str]] = None,
class_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
description: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
ip_block_heads: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolShadowPoolIpBlockHeadArgs]]]] = None,
ip_v4_blocks: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolShadowPoolIpV4BlockArgs]]]] = None,
ip_v4_config: Optional[pulumi.Input[GetIppoolShadowPoolIpV4ConfigArgs]] = None,
ip_v6_blocks: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolShadowPoolIpV6BlockArgs]]]] = None,
ip_v6_config: Optional[pulumi.Input[GetIppoolShadowPoolIpV6ConfigArgs]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: 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[GetIppoolShadowPoolParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolShadowPoolPermissionResourceArgs]]]] = None,
pool: Optional[pulumi.Input[GetIppoolShadowPoolPoolArgs]] = None,
reservations: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolShadowPoolReservationArgs]]]] = None,
reserved: Optional[pulumi.Input[float]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
size: Optional[pulumi.Input[float]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolShadowPoolTagArgs]]]] = None,
v4_assigned: Optional[pulumi.Input[float]] = None,
v4_size: Optional[pulumi.Input[float]] = None,
v6_assigned: Optional[pulumi.Input[float]] = None,
v6_size: Optional[pulumi.Input[float]] = None,
version_context: Optional[pulumi.Input[GetIppoolShadowPoolVersionContextArgs]] = None,
vrf: Optional[pulumi.Input[GetIppoolShadowPoolVrfArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIppoolShadowPoolResult]
func LookupIppoolShadowPool(ctx *Context, args *LookupIppoolShadowPoolArgs, opts ...InvokeOption) (*LookupIppoolShadowPoolResult, error)
func LookupIppoolShadowPoolOutput(ctx *Context, args *LookupIppoolShadowPoolOutputArgs, opts ...InvokeOption) LookupIppoolShadowPoolResultOutput
> Note: This function is named LookupIppoolShadowPool
in the Go SDK.
public static class GetIppoolShadowPool
{
public static Task<GetIppoolShadowPoolResult> InvokeAsync(GetIppoolShadowPoolArgs args, InvokeOptions? opts = null)
public static Output<GetIppoolShadowPoolResult> Invoke(GetIppoolShadowPoolInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIppoolShadowPoolResult> getIppoolShadowPool(GetIppoolShadowPoolArgs args, InvokeOptions options)
public static Output<GetIppoolShadowPoolResult> getIppoolShadowPool(GetIppoolShadowPoolArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getIppoolShadowPool:getIppoolShadowPool
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Ippool Shadow Pool Ancestor> - Assigned double
- Number of IDs that are currently assigned (in use).
- Assignment
Order string - Assignment order decides the order in which the next identifier is allocated.*
sequential
- Identifiers are assigned in a sequential order.*default
- Assignment order is decided by the system. - Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of the policy.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Ip
Block List<GetHeads Ippool Shadow Pool Ip Block Head> - Ip
V4Blocks List<GetIppool Shadow Pool Ip V4Block> - Ip
V4Config GetIppool Shadow Pool Ip V4Config - Ip
V6Blocks List<GetIppool Shadow Pool Ip V6Block> - Ip
V6Config GetIppool Shadow Pool Ip V6Config - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- Object
Type string - Owners List<string>
- Parent
Get
Ippool Shadow Pool Parent - Permission
Resources List<GetIppool Shadow Pool Permission Resource> - Pool
Get
Ippool Shadow Pool Pool - Reservations
List<Get
Ippool Shadow Pool Reservation> - Reserved double
- Number of IDs that are currently reserved (and not in use).
- 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.
- Size double
- Total number of identifiers in this pool.
- List<Get
Ippool Shadow Pool Tag> - V4Assigned double
- Number of IPv4 addresses currently in use.
- V4Size double
- Number of IPv4 addresses in this pool.
- V6Assigned double
- Number of IPv6 addresses currently in use.
- V6Size double
- Number of IPv6 addresses in this pool.
- Version
Context GetIppool Shadow Pool Version Context - Vrf
Get
Ippool Shadow Pool Vrf
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Ippool Shadow Pool Ancestor - Assigned float64
- Number of IDs that are currently assigned (in use).
- Assignment
Order string - Assignment order decides the order in which the next identifier is allocated.*
sequential
- Identifiers are assigned in a sequential order.*default
- Assignment order is decided by the system. - Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of the policy.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Ip
Block []GetHeads Ippool Shadow Pool Ip Block Head - Ip
V4Blocks []GetIppool Shadow Pool Ip V4Block - Ip
V4Config GetIppool Shadow Pool Ip V4Config - Ip
V6Blocks []GetIppool Shadow Pool Ip V6Block - Ip
V6Config GetIppool Shadow Pool Ip V6Config - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- Object
Type string - Owners []string
- Parent
Get
Ippool Shadow Pool Parent - Permission
Resources []GetIppool Shadow Pool Permission Resource - Pool
Get
Ippool Shadow Pool Pool - Reservations
[]Get
Ippool Shadow Pool Reservation - Reserved float64
- Number of IDs that are currently reserved (and not in use).
- 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.
- Size float64
- Total number of identifiers in this pool.
- []Get
Ippool Shadow Pool Tag - V4Assigned float64
- Number of IPv4 addresses currently in use.
- V4Size float64
- Number of IPv4 addresses in this pool.
- V6Assigned float64
- Number of IPv6 addresses currently in use.
- V6Size float64
- Number of IPv6 addresses in this pool.
- Version
Context GetIppool Shadow Pool Version Context - Vrf
Get
Ippool Shadow Pool Vrf
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Ippool Shadow Pool Ancestor> - assigned Double
- Number of IDs that are currently assigned (in use).
- assignment
Order String - Assignment order decides the order in which the next identifier is allocated.*
sequential
- Identifiers are assigned in a sequential order.*default
- Assignment order is decided by the system. - class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of the policy.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- ip
Block List<GetHeads Ippool Shadow Pool Ip Block Head> - ip
V4Blocks List<GetIppool Shadow Pool Ip V4Block> - ip
V4Config GetIppool Shadow Pool Ip V4Config - ip
V6Blocks List<GetIppool Shadow Pool Ip V6Block> - ip
V6Config GetIppool Shadow Pool Ip V6Config - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the concrete policy.
- object
Type String - owners List<String>
- parent
Get
Ippool Shadow Pool Parent - permission
Resources List<GetIppool Shadow Pool Permission Resource> - pool
Get
Ippool Shadow Pool Pool - reservations
List<Get
Ippool Shadow Pool Reservation> - reserved Double
- Number of IDs that are currently reserved (and not in use).
- 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.
- size Double
- Total number of identifiers in this pool.
- List<Get
Ippool Shadow Pool Tag> - v4Assigned Double
- Number of IPv4 addresses currently in use.
- v4Size Double
- Number of IPv4 addresses in this pool.
- v6Assigned Double
- Number of IPv6 addresses currently in use.
- v6Size Double
- Number of IPv6 addresses in this pool.
- version
Context GetIppool Shadow Pool Version Context - vrf
Get
Ippool Shadow Pool Vrf
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Ippool Shadow Pool Ancestor[] - assigned number
- Number of IDs that are currently assigned (in use).
- assignment
Order string - Assignment order decides the order in which the next identifier is allocated.*
sequential
- Identifiers are assigned in a sequential order.*default
- Assignment order is decided by the system. - class
Id string - create
Time string - The time when this managed object was created.
- description string
- Description of the policy.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- id string
- ip
Block GetHeads Ippool Shadow Pool Ip Block Head[] - ip
V4Blocks GetIppool Shadow Pool Ip V4Block[] - ip
V4Config GetIppool Shadow Pool Ip V4Config - ip
V6Blocks GetIppool Shadow Pool Ip V6Block[] - ip
V6Config GetIppool Shadow Pool Ip V6Config - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the concrete policy.
- object
Type string - owners string[]
- parent
Get
Ippool Shadow Pool Parent - permission
Resources GetIppool Shadow Pool Permission Resource[] - pool
Get
Ippool Shadow Pool Pool - reservations
Get
Ippool Shadow Pool Reservation[] - reserved number
- Number of IDs that are currently reserved (and not in use).
- 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.
- size number
- Total number of identifiers in this pool.
- Get
Ippool Shadow Pool Tag[] - v4Assigned number
- Number of IPv4 addresses currently in use.
- v4Size number
- Number of IPv4 addresses in this pool.
- v6Assigned number
- Number of IPv6 addresses currently in use.
- v6Size number
- Number of IPv6 addresses in this pool.
- version
Context GetIppool Shadow Pool Version Context - vrf
Get
Ippool Shadow Pool Vrf
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Ippool Shadow Pool Ancestor] - assigned float
- Number of IDs that are currently assigned (in use).
- assignment_
order str - Assignment order decides the order in which the next identifier is allocated.*
sequential
- Identifiers are assigned in a sequential order.*default
- Assignment order is decided by the system. - class_
id str - create_
time str - The time when this managed object was created.
- description str
- Description of the policy.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- id str
- ip_
block_ Sequence[Getheads Ippool Shadow Pool Ip Block Head] - ip_
v4_ Sequence[Getblocks Ippool Shadow Pool Ip V4Block] - ip_
v4_ Getconfig Ippool Shadow Pool Ip V4Config - ip_
v6_ Sequence[Getblocks Ippool Shadow Pool Ip V6Block] - ip_
v6_ Getconfig Ippool Shadow Pool Ip V6Config - mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the concrete policy.
- object_
type str - owners Sequence[str]
- parent
Get
Ippool Shadow Pool Parent - permission_
resources Sequence[GetIppool Shadow Pool Permission Resource] - pool
Get
Ippool Shadow Pool Pool - reservations
Sequence[Get
Ippool Shadow Pool Reservation] - reserved float
- Number of IDs that are currently reserved (and not in use).
- 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.
- size float
- Total number of identifiers in this pool.
- Sequence[Get
Ippool Shadow Pool Tag] - v4_
assigned float - Number of IPv4 addresses currently in use.
- v4_
size float - Number of IPv4 addresses in this pool.
- v6_
assigned float - Number of IPv6 addresses currently in use.
- v6_
size float - Number of IPv6 addresses in this pool.
- version_
context GetIppool Shadow Pool Version Context - vrf
Get
Ippool Shadow Pool Vrf
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- assigned Number
- Number of IDs that are currently assigned (in use).
- assignment
Order String - Assignment order decides the order in which the next identifier is allocated.*
sequential
- Identifiers are assigned in a sequential order.*default
- Assignment order is decided by the system. - class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of the policy.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- ip
Block List<Property Map>Heads - ip
V4Blocks List<Property Map> - ip
V4Config Property Map - ip
V6Blocks List<Property Map> - ip
V6Config Property Map - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the concrete policy.
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - pool Property Map
- reservations List<Property Map>
- reserved Number
- Number of IDs that are currently reserved (and not in use).
- 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.
- size Number
- Total number of identifiers in this pool.
- List<Property Map>
- v4Assigned Number
- Number of IPv4 addresses currently in use.
- v4Size Number
- Number of IPv4 addresses in this pool.
- v6Assigned Number
- Number of IPv6 addresses currently in use.
- v6Size Number
- Number of IPv6 addresses in this pool.
- version
Context Property Map - vrf Property Map
getIppoolShadowPool Result
The following output properties are available:
- Id string
- Results
List<Get
Ippool Shadow Pool Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Ippool Shadow Pool Ancestor> - Assigned double
- Assignment
Order string - Class
Id string - Create
Time string - Description string
- Domain
Group stringMoid - Ip
Block List<GetHeads Ippool Shadow Pool Ip Block Head> - Ip
V4Blocks List<GetIppool Shadow Pool Ip V4Block> - Ip
V4Config GetIppool Shadow Pool Ip V4Config - Ip
V6Blocks List<GetIppool Shadow Pool Ip V6Block> - Ip
V6Config GetIppool Shadow Pool Ip V6Config - Mod
Time string - Moid string
- Name string
- Object
Type string - Owners List<string>
- Parent
Get
Ippool Shadow Pool Parent - Permission
Resources List<GetIppool Shadow Pool Permission Resource> - Pool
Get
Ippool Shadow Pool Pool - Reservations
List<Get
Ippool Shadow Pool Reservation> - Reserved double
- string
- Size double
- List<Get
Ippool Shadow Pool Tag> - V4Assigned double
- V4Size double
- V6Assigned double
- V6Size double
- Version
Context GetIppool Shadow Pool Version Context - Vrf
Get
Ippool Shadow Pool Vrf
- Id string
- Results
[]Get
Ippool Shadow Pool Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Ippool Shadow Pool Ancestor - Assigned float64
- Assignment
Order string - Class
Id string - Create
Time string - Description string
- Domain
Group stringMoid - Ip
Block []GetHeads Ippool Shadow Pool Ip Block Head - Ip
V4Blocks []GetIppool Shadow Pool Ip V4Block - Ip
V4Config GetIppool Shadow Pool Ip V4Config - Ip
V6Blocks []GetIppool Shadow Pool Ip V6Block - Ip
V6Config GetIppool Shadow Pool Ip V6Config - Mod
Time string - Moid string
- Name string
- Object
Type string - Owners []string
- Parent
Get
Ippool Shadow Pool Parent - Permission
Resources []GetIppool Shadow Pool Permission Resource - Pool
Get
Ippool Shadow Pool Pool - Reservations
[]Get
Ippool Shadow Pool Reservation - Reserved float64
- string
- Size float64
- []Get
Ippool Shadow Pool Tag - V4Assigned float64
- V4Size float64
- V6Assigned float64
- V6Size float64
- Version
Context GetIppool Shadow Pool Version Context - Vrf
Get
Ippool Shadow Pool Vrf
- id String
- results
List<Get
Ippool Shadow Pool Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Ippool Shadow Pool Ancestor> - assigned Double
- assignment
Order String - class
Id String - create
Time String - description String
- domain
Group StringMoid - ip
Block List<GetHeads Ippool Shadow Pool Ip Block Head> - ip
V4Blocks List<GetIppool Shadow Pool Ip V4Block> - ip
V4Config GetIppool Shadow Pool Ip V4Config - ip
V6Blocks List<GetIppool Shadow Pool Ip V6Block> - ip
V6Config GetIppool Shadow Pool Ip V6Config - mod
Time String - moid String
- name String
- object
Type String - owners List<String>
- parent
Get
Ippool Shadow Pool Parent - permission
Resources List<GetIppool Shadow Pool Permission Resource> - pool
Get
Ippool Shadow Pool Pool - reservations
List<Get
Ippool Shadow Pool Reservation> - reserved Double
- String
- size Double
- List<Get
Ippool Shadow Pool Tag> - v4Assigned Double
- v4Size Double
- v6Assigned Double
- v6Size Double
- version
Context GetIppool Shadow Pool Version Context - vrf
Get
Ippool Shadow Pool Vrf
- id string
- results
Get
Ippool Shadow Pool Result[] - account
Moid string - additional
Properties string - ancestors
Get
Ippool Shadow Pool Ancestor[] - assigned number
- assignment
Order string - class
Id string - create
Time string - description string
- domain
Group stringMoid - ip
Block GetHeads Ippool Shadow Pool Ip Block Head[] - ip
V4Blocks GetIppool Shadow Pool Ip V4Block[] - ip
V4Config GetIppool Shadow Pool Ip V4Config - ip
V6Blocks GetIppool Shadow Pool Ip V6Block[] - ip
V6Config GetIppool Shadow Pool Ip V6Config - mod
Time string - moid string
- name string
- object
Type string - owners string[]
- parent
Get
Ippool Shadow Pool Parent - permission
Resources GetIppool Shadow Pool Permission Resource[] - pool
Get
Ippool Shadow Pool Pool - reservations
Get
Ippool Shadow Pool Reservation[] - reserved number
- string
- size number
- Get
Ippool Shadow Pool Tag[] - v4Assigned number
- v4Size number
- v6Assigned number
- v6Size number
- version
Context GetIppool Shadow Pool Version Context - vrf
Get
Ippool Shadow Pool Vrf
- id str
- results
Sequence[Get
Ippool Shadow Pool Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Ippool Shadow Pool Ancestor] - assigned float
- assignment_
order str - class_
id str - create_
time str - description str
- domain_
group_ strmoid - ip_
block_ Sequence[Getheads Ippool Shadow Pool Ip Block Head] - ip_
v4_ Sequence[Getblocks Ippool Shadow Pool Ip V4Block] - ip_
v4_ Getconfig Ippool Shadow Pool Ip V4Config - ip_
v6_ Sequence[Getblocks Ippool Shadow Pool Ip V6Block] - ip_
v6_ Getconfig Ippool Shadow Pool Ip V6Config - mod_
time str - moid str
- name str
- object_
type str - owners Sequence[str]
- parent
Get
Ippool Shadow Pool Parent - permission_
resources Sequence[GetIppool Shadow Pool Permission Resource] - pool
Get
Ippool Shadow Pool Pool - reservations
Sequence[Get
Ippool Shadow Pool Reservation] - reserved float
- str
- size float
- Sequence[Get
Ippool Shadow Pool Tag] - v4_
assigned float - v4_
size float - v6_
assigned float - v6_
size float - version_
context GetIppool Shadow Pool Version Context - vrf
Get
Ippool Shadow Pool Vrf
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- assigned Number
- assignment
Order String - class
Id String - create
Time String - description String
- domain
Group StringMoid - ip
Block List<Property Map>Heads - ip
V4Blocks List<Property Map> - ip
V4Config Property Map - ip
V6Blocks List<Property Map> - ip
V6Config Property Map - mod
Time String - moid String
- name String
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - pool Property Map
- reservations List<Property Map>
- reserved Number
- String
- size Number
- List<Property Map>
- v4Assigned Number
- v4Size Number
- v6Assigned Number
- v6Size Number
- version
Context Property Map - vrf Property Map
Supporting Types
GetIppoolShadowPoolAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetIppoolShadowPoolIpBlockHead
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetIppoolShadowPoolIpV4Block
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- From string
- First IPv4 address of the block.
- Ip
V4Config GetIppool Shadow Pool Ip V4Block Ip V4Config - Netmask, Gateway and DNS settings for IPv4 addresses.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Size double
- Total number of identifiers in this pool.
- To string
- Last IPv4 address of the block.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- From string
- First IPv4 address of the block.
- Ip
V4Config GetIppool Shadow Pool Ip V4Block Ip V4Config - Netmask, Gateway and DNS settings for IPv4 addresses.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Size float64
- Total number of identifiers in this pool.
- To string
- Last IPv4 address of the block.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- from String
- First IPv4 address of the block.
- ip
V4Config GetIppool Shadow Pool Ip V4Block Ip V4Config - Netmask, Gateway and DNS settings for IPv4 addresses.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- size Double
- Total number of identifiers in this pool.
- to String
- Last IPv4 address of the block.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- from string
- First IPv4 address of the block.
- ip
V4Config GetIppool Shadow Pool Ip V4Block Ip V4Config - Netmask, Gateway and DNS settings for IPv4 addresses.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- size number
- Total number of identifiers in this pool.
- to string
- Last IPv4 address of the block.
- 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.
- from_ str
- First IPv4 address of the block.
- ip_
v4_ Getconfig Ippool Shadow Pool Ip V4Block Ip V4Config - Netmask, Gateway and DNS settings for IPv4 addresses.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- size float
- Total number of identifiers in this pool.
- to str
- Last IPv4 address of the block.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- from String
- First IPv4 address of the block.
- ip
V4Config Property Map - Netmask, Gateway and DNS settings for IPv4 addresses.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- size Number
- Total number of identifiers in this pool.
- to String
- Last IPv4 address of the block.
GetIppoolShadowPoolIpV4BlockIpV4Config
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Primary
Dns string - IP Address of the primary Domain Name System (DNS) server.
- Secondary
Dns string - IP Address of the secondary Domain Name System (DNS) server.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Primary
Dns string - IP Address of the primary Domain Name System (DNS) server.
- Secondary
Dns string - IP Address of the secondary Domain Name System (DNS) server.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- primary
Dns String - IP Address of the primary Domain Name System (DNS) server.
- secondary
Dns String - IP Address of the secondary Domain Name System (DNS) server.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- primary
Dns string - IP Address of the primary Domain Name System (DNS) server.
- secondary
Dns 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- primary
Dns String - IP Address of the primary Domain Name System (DNS) server.
- secondary
Dns String - IP Address of the secondary Domain Name System (DNS) server.
GetIppoolShadowPoolIpV4Config
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Primary
Dns string - IP Address of the primary Domain Name System (DNS) server.
- Secondary
Dns string - IP Address of the secondary Domain Name System (DNS) server.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Primary
Dns string - IP Address of the primary Domain Name System (DNS) server.
- Secondary
Dns string - IP Address of the secondary Domain Name System (DNS) server.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- primary
Dns String - IP Address of the primary Domain Name System (DNS) server.
- secondary
Dns String - IP Address of the secondary Domain Name System (DNS) server.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- primary
Dns string - IP Address of the primary Domain Name System (DNS) server.
- secondary
Dns 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- primary
Dns String - IP Address of the primary Domain Name System (DNS) server.
- secondary
Dns String - IP Address of the secondary Domain Name System (DNS) server.
GetIppoolShadowPoolIpV6Block
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- From string
- First IPv6 address of the block.
- Ip
V6Config GetIppool Shadow Pool Ip V6Block Ip V6Config - Netmask, Gateway and DNS settings for IPv6 addresses.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Size double
- Total number of identifiers in this pool.
- To string
- Last IPv6 address of the block.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- From string
- First IPv6 address of the block.
- Ip
V6Config GetIppool Shadow Pool Ip V6Block Ip V6Config - Netmask, Gateway and DNS settings for IPv6 addresses.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Size float64
- Total number of identifiers in this pool.
- To string
- Last IPv6 address of the block.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- from String
- First IPv6 address of the block.
- ip
V6Config GetIppool Shadow Pool Ip V6Block Ip V6Config - Netmask, Gateway and DNS settings for IPv6 addresses.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- size Double
- Total number of identifiers in this pool.
- to String
- Last IPv6 address of the block.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- from string
- First IPv6 address of the block.
- ip
V6Config GetIppool Shadow Pool Ip V6Block Ip V6Config - Netmask, Gateway and DNS settings for IPv6 addresses.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- size number
- Total number of identifiers in this pool.
- to string
- Last IPv6 address of the block.
- 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.
- from_ str
- First IPv6 address of the block.
- ip_
v6_ Getconfig Ippool Shadow Pool Ip V6Block Ip V6Config - Netmask, Gateway and DNS settings for IPv6 addresses.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- size float
- Total number of identifiers in this pool.
- to str
- Last IPv6 address of the block.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- from String
- First IPv6 address of the block.
- ip
V6Config Property Map - Netmask, Gateway and DNS settings for IPv6 addresses.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- size Number
- Total number of identifiers in this pool.
- to String
- Last IPv6 address of the block.
GetIppoolShadowPoolIpV6BlockIpV6Config
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Gateway string
- IP address of the default IPv6 gateway.
- Object
Type 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.
- Primary
Dns string - IP Address of the primary Domain Name System (DNS) server.
- Secondary
Dns string - IP Address of the secondary Domain Name System (DNS) server.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Gateway string
- IP address of the default IPv6 gateway.
- Object
Type 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.
- Primary
Dns string - IP Address of the primary Domain Name System (DNS) server.
- Secondary
Dns string - IP Address of the secondary Domain Name System (DNS) server.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- gateway String
- IP address of the default IPv6 gateway.
- object
Type 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.
- primary
Dns String - IP Address of the primary Domain Name System (DNS) server.
- secondary
Dns String - IP Address of the secondary Domain Name System (DNS) server.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- gateway string
- IP address of the default IPv6 gateway.
- object
Type 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.
- primary
Dns string - IP Address of the primary Domain Name System (DNS) server.
- secondary
Dns 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- gateway String
- IP address of the default IPv6 gateway.
- object
Type 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.
- primary
Dns String - IP Address of the primary Domain Name System (DNS) server.
- secondary
Dns String - IP Address of the secondary Domain Name System (DNS) server.
GetIppoolShadowPoolIpV6Config
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Gateway string
- IP address of the default IPv6 gateway.
- Object
Type 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.
- Primary
Dns string - IP Address of the primary Domain Name System (DNS) server.
- Secondary
Dns string - IP Address of the secondary Domain Name System (DNS) server.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Gateway string
- IP address of the default IPv6 gateway.
- Object
Type 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.
- Primary
Dns string - IP Address of the primary Domain Name System (DNS) server.
- Secondary
Dns string - IP Address of the secondary Domain Name System (DNS) server.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- gateway String
- IP address of the default IPv6 gateway.
- object
Type 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.
- primary
Dns String - IP Address of the primary Domain Name System (DNS) server.
- secondary
Dns String - IP Address of the secondary Domain Name System (DNS) server.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- gateway string
- IP address of the default IPv6 gateway.
- object
Type 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.
- primary
Dns string - IP Address of the primary Domain Name System (DNS) server.
- secondary
Dns 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- gateway String
- IP address of the default IPv6 gateway.
- object
Type 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.
- primary
Dns String - IP Address of the primary Domain Name System (DNS) server.
- secondary
Dns String - IP Address of the secondary Domain Name System (DNS) server.
GetIppoolShadowPoolParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetIppoolShadowPoolPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetIppoolShadowPoolPool
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetIppoolShadowPoolReservation
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetIppoolShadowPoolResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Ippool Shadow Pool Result Ancestor> - Assigned double
- Number of IDs that are currently assigned (in use).
- Assignment
Order string - Assignment order decides the order in which the next identifier is allocated.*
sequential
- Identifiers are assigned in a sequential order.*default
- Assignment order is decided by the system. - Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of the policy.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Ip
Block List<GetHeads Ippool Shadow Pool Result Ip Block Head> - Ip
V4Blocks List<GetIppool Shadow Pool Result Ip V4Block> - Ip
V4Configs List<GetIppool Shadow Pool Result Ip V4Config> - Ip
V6Blocks List<GetIppool Shadow Pool Result Ip V6Block> - Ip
V6Configs List<GetIppool Shadow Pool Result Ip V6Config> - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- Object
Type string - Owners List<string>
- Parents
List<Get
Ippool Shadow Pool Result Parent> - Permission
Resources List<GetIppool Shadow Pool Result Permission Resource> - Pools
List<Get
Ippool Shadow Pool Result Pool> - Reservations
List<Get
Ippool Shadow Pool Result Reservation> - Reserved double
- Number of IDs that are currently reserved (and not in use).
- 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.
- Size double
- Total number of identifiers in this pool.
- List<Get
Ippool Shadow Pool Result Tag> - V4Assigned double
- Number of IPv4 addresses currently in use.
- V4Size double
- Number of IPv4 addresses in this pool.
- V6Assigned double
- Number of IPv6 addresses currently in use.
- V6Size double
- Number of IPv6 addresses in this pool.
- Version
Contexts List<GetIppool Shadow Pool Result Version Context> - Vrves
List<Get
Ippool Shadow Pool Result Vrf>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Ippool Shadow Pool Result Ancestor - Assigned float64
- Number of IDs that are currently assigned (in use).
- Assignment
Order string - Assignment order decides the order in which the next identifier is allocated.*
sequential
- Identifiers are assigned in a sequential order.*default
- Assignment order is decided by the system. - Class
Id string - Create
Time string - The time when this managed object was created.
- Description string
- Description of the policy.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Ip
Block []GetHeads Ippool Shadow Pool Result Ip Block Head - Ip
V4Blocks []GetIppool Shadow Pool Result Ip V4Block - Ip
V4Configs []GetIppool Shadow Pool Result Ip V4Config - Ip
V6Blocks []GetIppool Shadow Pool Result Ip V6Block - Ip
V6Configs []GetIppool Shadow Pool Result Ip V6Config - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- Object
Type string - Owners []string
- Parents
[]Get
Ippool Shadow Pool Result Parent - Permission
Resources []GetIppool Shadow Pool Result Permission Resource - Pools
[]Get
Ippool Shadow Pool Result Pool - Reservations
[]Get
Ippool Shadow Pool Result Reservation - Reserved float64
- Number of IDs that are currently reserved (and not in use).
- 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.
- Size float64
- Total number of identifiers in this pool.
- []Get
Ippool Shadow Pool Result Tag - V4Assigned float64
- Number of IPv4 addresses currently in use.
- V4Size float64
- Number of IPv4 addresses in this pool.
- V6Assigned float64
- Number of IPv6 addresses currently in use.
- V6Size float64
- Number of IPv6 addresses in this pool.
- Version
Contexts []GetIppool Shadow Pool Result Version Context - Vrves
[]Get
Ippool Shadow Pool Result Vrf
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Ippool Shadow Pool Result Ancestor> - assigned Double
- Number of IDs that are currently assigned (in use).
- assignment
Order String - Assignment order decides the order in which the next identifier is allocated.*
sequential
- Identifiers are assigned in a sequential order.*default
- Assignment order is decided by the system. - class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of the policy.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- ip
Block List<GetHeads Ippool Shadow Pool Result Ip Block Head> - ip
V4Blocks List<GetIppool Shadow Pool Result Ip V4Block> - ip
V4Configs List<GetIppool Shadow Pool Result Ip V4Config> - ip
V6Blocks List<GetIppool Shadow Pool Result Ip V6Block> - ip
V6Configs List<GetIppool Shadow Pool Result Ip V6Config> - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the concrete policy.
- object
Type String - owners List<String>
- parents
List<Get
Ippool Shadow Pool Result Parent> - permission
Resources List<GetIppool Shadow Pool Result Permission Resource> - pools
List<Get
Ippool Shadow Pool Result Pool> - reservations
List<Get
Ippool Shadow Pool Result Reservation> - reserved Double
- Number of IDs that are currently reserved (and not in use).
- 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.
- size Double
- Total number of identifiers in this pool.
- List<Get
Ippool Shadow Pool Result Tag> - v4Assigned Double
- Number of IPv4 addresses currently in use.
- v4Size Double
- Number of IPv4 addresses in this pool.
- v6Assigned Double
- Number of IPv6 addresses currently in use.
- v6Size Double
- Number of IPv6 addresses in this pool.
- version
Contexts List<GetIppool Shadow Pool Result Version Context> - vrves
List<Get
Ippool Shadow Pool Result Vrf>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Ippool Shadow Pool Result Ancestor[] - assigned number
- Number of IDs that are currently assigned (in use).
- assignment
Order string - Assignment order decides the order in which the next identifier is allocated.*
sequential
- Identifiers are assigned in a sequential order.*default
- Assignment order is decided by the system. - class
Id string - create
Time string - The time when this managed object was created.
- description string
- Description of the policy.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- ip
Block GetHeads Ippool Shadow Pool Result Ip Block Head[] - ip
V4Blocks GetIppool Shadow Pool Result Ip V4Block[] - ip
V4Configs GetIppool Shadow Pool Result Ip V4Config[] - ip
V6Blocks GetIppool Shadow Pool Result Ip V6Block[] - ip
V6Configs GetIppool Shadow Pool Result Ip V6Config[] - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the concrete policy.
- object
Type string - owners string[]
- parents
Get
Ippool Shadow Pool Result Parent[] - permission
Resources GetIppool Shadow Pool Result Permission Resource[] - pools
Get
Ippool Shadow Pool Result Pool[] - reservations
Get
Ippool Shadow Pool Result Reservation[] - reserved number
- Number of IDs that are currently reserved (and not in use).
- 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.
- size number
- Total number of identifiers in this pool.
- Get
Ippool Shadow Pool Result Tag[] - v4Assigned number
- Number of IPv4 addresses currently in use.
- v4Size number
- Number of IPv4 addresses in this pool.
- v6Assigned number
- Number of IPv6 addresses currently in use.
- v6Size number
- Number of IPv6 addresses in this pool.
- version
Contexts GetIppool Shadow Pool Result Version Context[] - vrves
Get
Ippool Shadow Pool Result Vrf[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Ippool Shadow Pool Result Ancestor] - assigned float
- Number of IDs that are currently assigned (in use).
- assignment_
order str - Assignment order decides the order in which the next identifier is allocated.*
sequential
- Identifiers are assigned in a sequential order.*default
- Assignment order is decided by the system. - class_
id str - create_
time str - The time when this managed object was created.
- description str
- Description of the policy.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- ip_
block_ Sequence[Getheads Ippool Shadow Pool Result Ip Block Head] - ip_
v4_ Sequence[Getblocks Ippool Shadow Pool Result Ip V4Block] - ip_
v4_ Sequence[Getconfigs Ippool Shadow Pool Result Ip V4Config] - ip_
v6_ Sequence[Getblocks Ippool Shadow Pool Result Ip V6Block] - ip_
v6_ Sequence[Getconfigs Ippool Shadow Pool Result Ip V6Config] - mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the concrete policy.
- object_
type str - owners Sequence[str]
- parents
Sequence[Get
Ippool Shadow Pool Result Parent] - permission_
resources Sequence[GetIppool Shadow Pool Result Permission Resource] - pools
Sequence[Get
Ippool Shadow Pool Result Pool] - reservations
Sequence[Get
Ippool Shadow Pool Result Reservation] - reserved float
- Number of IDs that are currently reserved (and not in use).
- 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.
- size float
- Total number of identifiers in this pool.
- Sequence[Get
Ippool Shadow Pool Result Tag] - v4_
assigned float - Number of IPv4 addresses currently in use.
- v4_
size float - Number of IPv4 addresses in this pool.
- v6_
assigned float - Number of IPv6 addresses currently in use.
- v6_
size float - Number of IPv6 addresses in this pool.
- version_
contexts Sequence[GetIppool Shadow Pool Result Version Context] - vrves
Sequence[Get
Ippool Shadow Pool Result Vrf]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- assigned Number
- Number of IDs that are currently assigned (in use).
- assignment
Order String - Assignment order decides the order in which the next identifier is allocated.*
sequential
- Identifiers are assigned in a sequential order.*default
- Assignment order is decided by the system. - class
Id String - create
Time String - The time when this managed object was created.
- description String
- Description of the policy.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- ip
Block List<Property Map>Heads - ip
V4Blocks List<Property Map> - ip
V4Configs List<Property Map> - ip
V6Blocks List<Property Map> - ip
V6Configs List<Property Map> - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the concrete policy.
- object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - pools List<Property Map>
- reservations List<Property Map>
- reserved Number
- Number of IDs that are currently reserved (and not in use).
- 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.
- size Number
- Total number of identifiers in this pool.
- List<Property Map>
- v4Assigned Number
- Number of IPv4 addresses currently in use.
- v4Size Number
- Number of IPv4 addresses in this pool.
- v6Assigned Number
- Number of IPv6 addresses currently in use.
- v6Size Number
- Number of IPv6 addresses in this pool.
- version
Contexts List<Property Map> - vrves List<Property Map>
GetIppoolShadowPoolResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetIppoolShadowPoolResultIpBlockHead
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetIppoolShadowPoolResultIpV4Block
- Additional
Properties string - Class
Id string - From string
- Ip
V4Configs List<GetIppool Shadow Pool Result Ip V4Block Ip V4Config> - Object
Type string - Size double
- Total number of identifiers in this pool.
- To string
- Additional
Properties string - Class
Id string - From string
- Ip
V4Configs []GetIppool Shadow Pool Result Ip V4Block Ip V4Config - Object
Type string - Size float64
- Total number of identifiers in this pool.
- To string
- additional
Properties String - class
Id String - from String
- ip
V4Configs List<GetIppool Shadow Pool Result Ip V4Block Ip V4Config> - object
Type String - size Double
- Total number of identifiers in this pool.
- to String
- additional
Properties string - class
Id string - from string
- ip
V4Configs GetIppool Shadow Pool Result Ip V4Block Ip V4Config[] - object
Type string - size number
- Total number of identifiers in this pool.
- to string
- additional_
properties str - class_
id str - from_ str
- ip_
v4_ Sequence[Getconfigs Ippool Shadow Pool Result Ip V4Block Ip V4Config] - object_
type str - size float
- Total number of identifiers in this pool.
- to str
- additional
Properties String - class
Id String - from String
- ip
V4Configs List<Property Map> - object
Type String - size Number
- Total number of identifiers in this pool.
- to String
GetIppoolShadowPoolResultIpV4BlockIpV4Config
- Additional
Properties string - Class
Id string - Gateway string
- Netmask string
- Object
Type string - Primary
Dns string - Secondary
Dns string
- Additional
Properties string - Class
Id string - Gateway string
- Netmask string
- Object
Type string - Primary
Dns string - Secondary
Dns string
- additional
Properties String - class
Id String - gateway String
- netmask String
- object
Type String - primary
Dns String - secondary
Dns String
- additional
Properties string - class
Id string - gateway string
- netmask string
- object
Type string - primary
Dns string - secondary
Dns string
- additional_
properties str - class_
id str - gateway str
- netmask str
- object_
type str - primary_
dns str - secondary_
dns str
- additional
Properties String - class
Id String - gateway String
- netmask String
- object
Type String - primary
Dns String - secondary
Dns String
GetIppoolShadowPoolResultIpV4Config
- Additional
Properties string - Class
Id string - Gateway string
- Netmask string
- Object
Type string - Primary
Dns string - Secondary
Dns string
- Additional
Properties string - Class
Id string - Gateway string
- Netmask string
- Object
Type string - Primary
Dns string - Secondary
Dns string
- additional
Properties String - class
Id String - gateway String
- netmask String
- object
Type String - primary
Dns String - secondary
Dns String
- additional
Properties string - class
Id string - gateway string
- netmask string
- object
Type string - primary
Dns string - secondary
Dns string
- additional_
properties str - class_
id str - gateway str
- netmask str
- object_
type str - primary_
dns str - secondary_
dns str
- additional
Properties String - class
Id String - gateway String
- netmask String
- object
Type String - primary
Dns String - secondary
Dns String
GetIppoolShadowPoolResultIpV6Block
- Additional
Properties string - Class
Id string - From string
- Ip
V6Configs List<GetIppool Shadow Pool Result Ip V6Block Ip V6Config> - Object
Type string - Size double
- Total number of identifiers in this pool.
- To string
- Additional
Properties string - Class
Id string - From string
- Ip
V6Configs []GetIppool Shadow Pool Result Ip V6Block Ip V6Config - Object
Type string - Size float64
- Total number of identifiers in this pool.
- To string
- additional
Properties String - class
Id String - from String
- ip
V6Configs List<GetIppool Shadow Pool Result Ip V6Block Ip V6Config> - object
Type String - size Double
- Total number of identifiers in this pool.
- to String
- additional
Properties string - class
Id string - from string
- ip
V6Configs GetIppool Shadow Pool Result Ip V6Block Ip V6Config[] - object
Type string - size number
- Total number of identifiers in this pool.
- to string
- additional_
properties str - class_
id str - from_ str
- ip_
v6_ Sequence[Getconfigs Ippool Shadow Pool Result Ip V6Block Ip V6Config] - object_
type str - size float
- Total number of identifiers in this pool.
- to str
- additional
Properties String - class
Id String - from String
- ip
V6Configs List<Property Map> - object
Type String - size Number
- Total number of identifiers in this pool.
- to String
GetIppoolShadowPoolResultIpV6BlockIpV6Config
- Additional
Properties string - Class
Id string - Gateway string
- Object
Type string - Prefix double
- Primary
Dns string - Secondary
Dns string
- Additional
Properties string - Class
Id string - Gateway string
- Object
Type string - Prefix float64
- Primary
Dns string - Secondary
Dns string
- additional
Properties String - class
Id String - gateway String
- object
Type String - prefix Double
- primary
Dns String - secondary
Dns String
- additional
Properties string - class
Id string - gateway string
- object
Type string - prefix number
- primary
Dns string - secondary
Dns string
- additional_
properties str - class_
id str - gateway str
- object_
type str - prefix float
- primary_
dns str - secondary_
dns str
- additional
Properties String - class
Id String - gateway String
- object
Type String - prefix Number
- primary
Dns String - secondary
Dns String
GetIppoolShadowPoolResultIpV6Config
- Additional
Properties string - Class
Id string - Gateway string
- Object
Type string - Prefix double
- Primary
Dns string - Secondary
Dns string
- Additional
Properties string - Class
Id string - Gateway string
- Object
Type string - Prefix float64
- Primary
Dns string - Secondary
Dns string
- additional
Properties String - class
Id String - gateway String
- object
Type String - prefix Double
- primary
Dns String - secondary
Dns String
- additional
Properties string - class
Id string - gateway string
- object
Type string - prefix number
- primary
Dns string - secondary
Dns string
- additional_
properties str - class_
id str - gateway str
- object_
type str - prefix float
- primary_
dns str - secondary_
dns str
- additional
Properties String - class
Id String - gateway String
- object
Type String - prefix Number
- primary
Dns String - secondary
Dns String
GetIppoolShadowPoolResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetIppoolShadowPoolResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetIppoolShadowPoolResultPool
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetIppoolShadowPoolResultReservation
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetIppoolShadowPoolResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetIppoolShadowPoolResultVersionContext
- additional
Properties string - class
Id string - interested
Mos GetIppool Shadow Pool Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetIppool Shadow Pool Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetIppoolShadowPoolResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetIppoolShadowPoolResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetIppoolShadowPoolResultVrf
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetIppoolShadowPoolTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetIppoolShadowPoolVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetIppool Shadow Pool Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetIppool Shadow Pool Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetIppool Shadow Pool Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetIppool Shadow Pool Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetIppool Shadow Pool Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetIppool Shadow Pool Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetIppool Shadow Pool Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetIppool Shadow Pool Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetIppool Shadow Pool Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetIppool Shadow Pool Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetIppoolShadowPoolVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetIppoolShadowPoolVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetIppoolShadowPoolVrf
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet