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

intersight.getHyperflexClusterReplicationNetworkPolicy

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    Specifies all replication network parameters for the cluster.

    Using getHyperflexClusterReplicationNetworkPolicy

    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 getHyperflexClusterReplicationNetworkPolicy(args: GetHyperflexClusterReplicationNetworkPolicyArgs, opts?: InvokeOptions): Promise<GetHyperflexClusterReplicationNetworkPolicyResult>
    function getHyperflexClusterReplicationNetworkPolicyOutput(args: GetHyperflexClusterReplicationNetworkPolicyOutputArgs, opts?: InvokeOptions): Output<GetHyperflexClusterReplicationNetworkPolicyResult>
    def get_hyperflex_cluster_replication_network_policy(account_moid: Optional[str] = None,
                                                         additional_properties: Optional[str] = None,
                                                         ancestors: Optional[Sequence[GetHyperflexClusterReplicationNetworkPolicyAncestor]] = None,
                                                         class_id: Optional[str] = None,
                                                         cluster_profiles: Optional[Sequence[GetHyperflexClusterReplicationNetworkPolicyClusterProfile]] = None,
                                                         create_time: Optional[str] = None,
                                                         description: Optional[str] = None,
                                                         domain_group_moid: Optional[str] = None,
                                                         id: Optional[str] = None,
                                                         mod_time: Optional[str] = None,
                                                         moid: Optional[str] = None,
                                                         name: Optional[str] = None,
                                                         object_type: Optional[str] = None,
                                                         organization: Optional[GetHyperflexClusterReplicationNetworkPolicyOrganization] = None,
                                                         owners: Optional[Sequence[str]] = None,
                                                         parent: Optional[GetHyperflexClusterReplicationNetworkPolicyParent] = None,
                                                         permission_resources: Optional[Sequence[GetHyperflexClusterReplicationNetworkPolicyPermissionResource]] = None,
                                                         replication_bandwidth_mbps: Optional[float] = None,
                                                         replication_ipranges: Optional[Sequence[GetHyperflexClusterReplicationNetworkPolicyReplicationIprange]] = None,
                                                         replication_mtu: Optional[float] = None,
                                                         replication_vlan: Optional[GetHyperflexClusterReplicationNetworkPolicyReplicationVlan] = None,
                                                         shared_scope: Optional[str] = None,
                                                         tags: Optional[Sequence[GetHyperflexClusterReplicationNetworkPolicyTag]] = None,
                                                         version_context: Optional[GetHyperflexClusterReplicationNetworkPolicyVersionContext] = None,
                                                         opts: Optional[InvokeOptions] = None) -> GetHyperflexClusterReplicationNetworkPolicyResult
    def get_hyperflex_cluster_replication_network_policy_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                         additional_properties: Optional[pulumi.Input[str]] = None,
                                                         ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterReplicationNetworkPolicyAncestorArgs]]]] = None,
                                                         class_id: Optional[pulumi.Input[str]] = None,
                                                         cluster_profiles: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterReplicationNetworkPolicyClusterProfileArgs]]]] = 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,
                                                         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,
                                                         organization: Optional[pulumi.Input[GetHyperflexClusterReplicationNetworkPolicyOrganizationArgs]] = None,
                                                         owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                         parent: Optional[pulumi.Input[GetHyperflexClusterReplicationNetworkPolicyParentArgs]] = None,
                                                         permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterReplicationNetworkPolicyPermissionResourceArgs]]]] = None,
                                                         replication_bandwidth_mbps: Optional[pulumi.Input[float]] = None,
                                                         replication_ipranges: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterReplicationNetworkPolicyReplicationIprangeArgs]]]] = None,
                                                         replication_mtu: Optional[pulumi.Input[float]] = None,
                                                         replication_vlan: Optional[pulumi.Input[GetHyperflexClusterReplicationNetworkPolicyReplicationVlanArgs]] = None,
                                                         shared_scope: Optional[pulumi.Input[str]] = None,
                                                         tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterReplicationNetworkPolicyTagArgs]]]] = None,
                                                         version_context: Optional[pulumi.Input[GetHyperflexClusterReplicationNetworkPolicyVersionContextArgs]] = None,
                                                         opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexClusterReplicationNetworkPolicyResult]
    func LookupHyperflexClusterReplicationNetworkPolicy(ctx *Context, args *LookupHyperflexClusterReplicationNetworkPolicyArgs, opts ...InvokeOption) (*LookupHyperflexClusterReplicationNetworkPolicyResult, error)
    func LookupHyperflexClusterReplicationNetworkPolicyOutput(ctx *Context, args *LookupHyperflexClusterReplicationNetworkPolicyOutputArgs, opts ...InvokeOption) LookupHyperflexClusterReplicationNetworkPolicyResultOutput

    > Note: This function is named LookupHyperflexClusterReplicationNetworkPolicy in the Go SDK.

    public static class GetHyperflexClusterReplicationNetworkPolicy 
    {
        public static Task<GetHyperflexClusterReplicationNetworkPolicyResult> InvokeAsync(GetHyperflexClusterReplicationNetworkPolicyArgs args, InvokeOptions? opts = null)
        public static Output<GetHyperflexClusterReplicationNetworkPolicyResult> Invoke(GetHyperflexClusterReplicationNetworkPolicyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHyperflexClusterReplicationNetworkPolicyResult> getHyperflexClusterReplicationNetworkPolicy(GetHyperflexClusterReplicationNetworkPolicyArgs args, InvokeOptions options)
    public static Output<GetHyperflexClusterReplicationNetworkPolicyResult> getHyperflexClusterReplicationNetworkPolicy(GetHyperflexClusterReplicationNetworkPolicyArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getHyperflexClusterReplicationNetworkPolicy:getHyperflexClusterReplicationNetworkPolicy
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexClusterReplicationNetworkPolicyAncestor>
    ClassId string
    ClusterProfiles List<GetHyperflexClusterReplicationNetworkPolicyClusterProfile>
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    ModTime 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.
    ObjectType string
    Organization GetHyperflexClusterReplicationNetworkPolicyOrganization
    Owners List<string>
    Parent GetHyperflexClusterReplicationNetworkPolicyParent
    PermissionResources List<GetHyperflexClusterReplicationNetworkPolicyPermissionResource>
    ReplicationBandwidthMbps double
    Bandwidth for the Replication network in Mbps.
    ReplicationIpranges List<GetHyperflexClusterReplicationNetworkPolicyReplicationIprange>
    ReplicationMtu double
    MTU for the Replication network.
    ReplicationVlan GetHyperflexClusterReplicationNetworkPolicyReplicationVlan
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetHyperflexClusterReplicationNetworkPolicyTag>
    VersionContext GetHyperflexClusterReplicationNetworkPolicyVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexClusterReplicationNetworkPolicyAncestor
    ClassId string
    ClusterProfiles []GetHyperflexClusterReplicationNetworkPolicyClusterProfile
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    ModTime 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.
    ObjectType string
    Organization GetHyperflexClusterReplicationNetworkPolicyOrganization
    Owners []string
    Parent GetHyperflexClusterReplicationNetworkPolicyParent
    PermissionResources []GetHyperflexClusterReplicationNetworkPolicyPermissionResource
    ReplicationBandwidthMbps float64
    Bandwidth for the Replication network in Mbps.
    ReplicationIpranges []GetHyperflexClusterReplicationNetworkPolicyReplicationIprange
    ReplicationMtu float64
    MTU for the Replication network.
    ReplicationVlan GetHyperflexClusterReplicationNetworkPolicyReplicationVlan
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetHyperflexClusterReplicationNetworkPolicyTag
    VersionContext GetHyperflexClusterReplicationNetworkPolicyVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexClusterReplicationNetworkPolicyAncestor>
    classId String
    clusterProfiles List<GetHyperflexClusterReplicationNetworkPolicyClusterProfile>
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    modTime 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.
    objectType String
    organization GetHyperflexClusterReplicationNetworkPolicyOrganization
    owners List<String>
    parent GetHyperflexClusterReplicationNetworkPolicyParent
    permissionResources List<GetHyperflexClusterReplicationNetworkPolicyPermissionResource>
    replicationBandwidthMbps Double
    Bandwidth for the Replication network in Mbps.
    replicationIpranges List<GetHyperflexClusterReplicationNetworkPolicyReplicationIprange>
    replicationMtu Double
    MTU for the Replication network.
    replicationVlan GetHyperflexClusterReplicationNetworkPolicyReplicationVlan
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetHyperflexClusterReplicationNetworkPolicyTag>
    versionContext GetHyperflexClusterReplicationNetworkPolicyVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexClusterReplicationNetworkPolicyAncestor[]
    classId string
    clusterProfiles GetHyperflexClusterReplicationNetworkPolicyClusterProfile[]
    createTime string
    The time when this managed object was created.
    description string
    Description of the policy.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    modTime 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.
    objectType string
    organization GetHyperflexClusterReplicationNetworkPolicyOrganization
    owners string[]
    parent GetHyperflexClusterReplicationNetworkPolicyParent
    permissionResources GetHyperflexClusterReplicationNetworkPolicyPermissionResource[]
    replicationBandwidthMbps number
    Bandwidth for the Replication network in Mbps.
    replicationIpranges GetHyperflexClusterReplicationNetworkPolicyReplicationIprange[]
    replicationMtu number
    MTU for the Replication network.
    replicationVlan GetHyperflexClusterReplicationNetworkPolicyReplicationVlan
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetHyperflexClusterReplicationNetworkPolicyTag[]
    versionContext GetHyperflexClusterReplicationNetworkPolicyVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexClusterReplicationNetworkPolicyAncestor]
    class_id str
    cluster_profiles Sequence[GetHyperflexClusterReplicationNetworkPolicyClusterProfile]
    create_time str
    The time when this managed object was created.
    description str
    Description of the policy.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    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
    organization GetHyperflexClusterReplicationNetworkPolicyOrganization
    owners Sequence[str]
    parent GetHyperflexClusterReplicationNetworkPolicyParent
    permission_resources Sequence[GetHyperflexClusterReplicationNetworkPolicyPermissionResource]
    replication_bandwidth_mbps float
    Bandwidth for the Replication network in Mbps.
    replication_ipranges Sequence[GetHyperflexClusterReplicationNetworkPolicyReplicationIprange]
    replication_mtu float
    MTU for the Replication network.
    replication_vlan GetHyperflexClusterReplicationNetworkPolicyReplicationVlan
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetHyperflexClusterReplicationNetworkPolicyTag]
    version_context GetHyperflexClusterReplicationNetworkPolicyVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    clusterProfiles List<Property Map>
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    modTime 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.
    objectType String
    organization Property Map
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    replicationBandwidthMbps Number
    Bandwidth for the Replication network in Mbps.
    replicationIpranges List<Property Map>
    replicationMtu Number
    MTU for the Replication network.
    replicationVlan Property Map
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    versionContext Property Map

    getHyperflexClusterReplicationNetworkPolicy Result

    The following output properties are available:

    Id string
    Results List<GetHyperflexClusterReplicationNetworkPolicyResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetHyperflexClusterReplicationNetworkPolicyAncestor>
    ClassId string
    ClusterProfiles List<GetHyperflexClusterReplicationNetworkPolicyClusterProfile>
    CreateTime string
    Description string
    DomainGroupMoid string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Organization GetHyperflexClusterReplicationNetworkPolicyOrganization
    Owners List<string>
    Parent GetHyperflexClusterReplicationNetworkPolicyParent
    PermissionResources List<GetHyperflexClusterReplicationNetworkPolicyPermissionResource>
    ReplicationBandwidthMbps double
    ReplicationIpranges List<GetHyperflexClusterReplicationNetworkPolicyReplicationIprange>
    ReplicationMtu double
    ReplicationVlan GetHyperflexClusterReplicationNetworkPolicyReplicationVlan
    SharedScope string
    Tags List<GetHyperflexClusterReplicationNetworkPolicyTag>
    VersionContext GetHyperflexClusterReplicationNetworkPolicyVersionContext
    Id string
    Results []GetHyperflexClusterReplicationNetworkPolicyResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetHyperflexClusterReplicationNetworkPolicyAncestor
    ClassId string
    ClusterProfiles []GetHyperflexClusterReplicationNetworkPolicyClusterProfile
    CreateTime string
    Description string
    DomainGroupMoid string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Organization GetHyperflexClusterReplicationNetworkPolicyOrganization
    Owners []string
    Parent GetHyperflexClusterReplicationNetworkPolicyParent
    PermissionResources []GetHyperflexClusterReplicationNetworkPolicyPermissionResource
    ReplicationBandwidthMbps float64
    ReplicationIpranges []GetHyperflexClusterReplicationNetworkPolicyReplicationIprange
    ReplicationMtu float64
    ReplicationVlan GetHyperflexClusterReplicationNetworkPolicyReplicationVlan
    SharedScope string
    Tags []GetHyperflexClusterReplicationNetworkPolicyTag
    VersionContext GetHyperflexClusterReplicationNetworkPolicyVersionContext
    id String
    results List<GetHyperflexClusterReplicationNetworkPolicyResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetHyperflexClusterReplicationNetworkPolicyAncestor>
    classId String
    clusterProfiles List<GetHyperflexClusterReplicationNetworkPolicyClusterProfile>
    createTime String
    description String
    domainGroupMoid String
    modTime String
    moid String
    name String
    objectType String
    organization GetHyperflexClusterReplicationNetworkPolicyOrganization
    owners List<String>
    parent GetHyperflexClusterReplicationNetworkPolicyParent
    permissionResources List<GetHyperflexClusterReplicationNetworkPolicyPermissionResource>
    replicationBandwidthMbps Double
    replicationIpranges List<GetHyperflexClusterReplicationNetworkPolicyReplicationIprange>
    replicationMtu Double
    replicationVlan GetHyperflexClusterReplicationNetworkPolicyReplicationVlan
    sharedScope String
    tags List<GetHyperflexClusterReplicationNetworkPolicyTag>
    versionContext GetHyperflexClusterReplicationNetworkPolicyVersionContext
    id string
    results GetHyperflexClusterReplicationNetworkPolicyResult[]
    accountMoid string
    additionalProperties string
    ancestors GetHyperflexClusterReplicationNetworkPolicyAncestor[]
    classId string
    clusterProfiles GetHyperflexClusterReplicationNetworkPolicyClusterProfile[]
    createTime string
    description string
    domainGroupMoid string
    modTime string
    moid string
    name string
    objectType string
    organization GetHyperflexClusterReplicationNetworkPolicyOrganization
    owners string[]
    parent GetHyperflexClusterReplicationNetworkPolicyParent
    permissionResources GetHyperflexClusterReplicationNetworkPolicyPermissionResource[]
    replicationBandwidthMbps number
    replicationIpranges GetHyperflexClusterReplicationNetworkPolicyReplicationIprange[]
    replicationMtu number
    replicationVlan GetHyperflexClusterReplicationNetworkPolicyReplicationVlan
    sharedScope string
    tags GetHyperflexClusterReplicationNetworkPolicyTag[]
    versionContext GetHyperflexClusterReplicationNetworkPolicyVersionContext
    id str
    results Sequence[GetHyperflexClusterReplicationNetworkPolicyResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetHyperflexClusterReplicationNetworkPolicyAncestor]
    class_id str
    cluster_profiles Sequence[GetHyperflexClusterReplicationNetworkPolicyClusterProfile]
    create_time str
    description str
    domain_group_moid str
    mod_time str
    moid str
    name str
    object_type str
    organization GetHyperflexClusterReplicationNetworkPolicyOrganization
    owners Sequence[str]
    parent GetHyperflexClusterReplicationNetworkPolicyParent
    permission_resources Sequence[GetHyperflexClusterReplicationNetworkPolicyPermissionResource]
    replication_bandwidth_mbps float
    replication_ipranges Sequence[GetHyperflexClusterReplicationNetworkPolicyReplicationIprange]
    replication_mtu float
    replication_vlan GetHyperflexClusterReplicationNetworkPolicyReplicationVlan
    shared_scope str
    tags Sequence[GetHyperflexClusterReplicationNetworkPolicyTag]
    version_context GetHyperflexClusterReplicationNetworkPolicyVersionContext

    Supporting Types

    GetHyperflexClusterReplicationNetworkPolicyAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetHyperflexClusterReplicationNetworkPolicyClusterProfile

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetHyperflexClusterReplicationNetworkPolicyOrganization

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetHyperflexClusterReplicationNetworkPolicyParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetHyperflexClusterReplicationNetworkPolicyPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetHyperflexClusterReplicationNetworkPolicyReplicationIprange

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    EndAddr string
    The end IPv4 address of the range.
    Gateway string
    The default gateway for the start and end IPv4 addresses.
    IpAddrBlocks List<GetHyperflexClusterReplicationNetworkPolicyReplicationIprangeIpAddrBlock>
    Netmask string
    The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    StartAddr string
    The start IPv4 address of the range.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    EndAddr string
    The end IPv4 address of the range.
    Gateway string
    The default gateway for the start and end IPv4 addresses.
    IpAddrBlocks []GetHyperflexClusterReplicationNetworkPolicyReplicationIprangeIpAddrBlock
    Netmask string
    The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    StartAddr string
    The start IPv4 address of the range.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    endAddr String
    The end IPv4 address of the range.
    gateway String
    The default gateway for the start and end IPv4 addresses.
    ipAddrBlocks List<GetHyperflexClusterReplicationNetworkPolicyReplicationIprangeIpAddrBlock>
    netmask String
    The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    startAddr String
    The start IPv4 address of the range.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    endAddr string
    The end IPv4 address of the range.
    gateway string
    The default gateway for the start and end IPv4 addresses.
    ipAddrBlocks GetHyperflexClusterReplicationNetworkPolicyReplicationIprangeIpAddrBlock[]
    netmask string
    The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    startAddr string
    The start IPv4 address of the range.
    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.
    end_addr str
    The end IPv4 address of the range.
    gateway str
    The default gateway for the start and end IPv4 addresses.
    ip_addr_blocks Sequence[GetHyperflexClusterReplicationNetworkPolicyReplicationIprangeIpAddrBlock]
    netmask str
    The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    start_addr str
    The start IPv4 address of the range.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    endAddr String
    The end IPv4 address of the range.
    gateway String
    The default gateway for the start and end IPv4 addresses.
    ipAddrBlocks List<Property Map>
    netmask String
    The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    startAddr String
    The start IPv4 address of the range.

    GetHyperflexClusterReplicationNetworkPolicyReplicationIprangeIpAddrBlock

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    EndAddress string
    The end address of the IPv4 block.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    StartAddress string
    The start address of the IPv4 block.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    EndAddress string
    The end address of the IPv4 block.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    StartAddress string
    The start address of the IPv4 block.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    endAddress String
    The end address of the IPv4 block.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    startAddress String
    The start address of the IPv4 block.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    endAddress string
    The end address of the IPv4 block.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    startAddress string
    The start address of the IPv4 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.
    end_address str
    The end address of the IPv4 block.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    start_address str
    The start address of the IPv4 block.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    endAddress String
    The end address of the IPv4 block.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    startAddress String
    The start address of the IPv4 block.

    GetHyperflexClusterReplicationNetworkPolicyReplicationVlan

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Name string
    Name of the concrete policy.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    VlanId double
    The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Name string
    Name of the concrete policy.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    VlanId float64
    The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    name String
    Name of the concrete policy.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    vlanId Double
    The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    name string
    Name of the concrete policy.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    vlanId number
    The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.
    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.
    name str
    Name of the concrete policy.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    vlan_id float
    The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    name String
    Name of the concrete policy.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    vlanId Number
    The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.

    GetHyperflexClusterReplicationNetworkPolicyResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexClusterReplicationNetworkPolicyResultAncestor>
    ClassId string
    ClusterProfiles List<GetHyperflexClusterReplicationNetworkPolicyResultClusterProfile>
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ModTime 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.
    ObjectType string
    Organizations List<GetHyperflexClusterReplicationNetworkPolicyResultOrganization>
    Owners List<string>
    Parents List<GetHyperflexClusterReplicationNetworkPolicyResultParent>
    PermissionResources List<GetHyperflexClusterReplicationNetworkPolicyResultPermissionResource>
    ReplicationBandwidthMbps double
    Bandwidth for the Replication network in Mbps.
    ReplicationIpranges List<GetHyperflexClusterReplicationNetworkPolicyResultReplicationIprange>
    ReplicationMtu double
    MTU for the Replication network.
    ReplicationVlans List<GetHyperflexClusterReplicationNetworkPolicyResultReplicationVlan>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetHyperflexClusterReplicationNetworkPolicyResultTag>
    VersionContexts List<GetHyperflexClusterReplicationNetworkPolicyResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexClusterReplicationNetworkPolicyResultAncestor
    ClassId string
    ClusterProfiles []GetHyperflexClusterReplicationNetworkPolicyResultClusterProfile
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ModTime 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.
    ObjectType string
    Organizations []GetHyperflexClusterReplicationNetworkPolicyResultOrganization
    Owners []string
    Parents []GetHyperflexClusterReplicationNetworkPolicyResultParent
    PermissionResources []GetHyperflexClusterReplicationNetworkPolicyResultPermissionResource
    ReplicationBandwidthMbps float64
    Bandwidth for the Replication network in Mbps.
    ReplicationIpranges []GetHyperflexClusterReplicationNetworkPolicyResultReplicationIprange
    ReplicationMtu float64
    MTU for the Replication network.
    ReplicationVlans []GetHyperflexClusterReplicationNetworkPolicyResultReplicationVlan
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetHyperflexClusterReplicationNetworkPolicyResultTag
    VersionContexts []GetHyperflexClusterReplicationNetworkPolicyResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexClusterReplicationNetworkPolicyResultAncestor>
    classId String
    clusterProfiles List<GetHyperflexClusterReplicationNetworkPolicyResultClusterProfile>
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    modTime 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.
    objectType String
    organizations List<GetHyperflexClusterReplicationNetworkPolicyResultOrganization>
    owners List<String>
    parents List<GetHyperflexClusterReplicationNetworkPolicyResultParent>
    permissionResources List<GetHyperflexClusterReplicationNetworkPolicyResultPermissionResource>
    replicationBandwidthMbps Double
    Bandwidth for the Replication network in Mbps.
    replicationIpranges List<GetHyperflexClusterReplicationNetworkPolicyResultReplicationIprange>
    replicationMtu Double
    MTU for the Replication network.
    replicationVlans List<GetHyperflexClusterReplicationNetworkPolicyResultReplicationVlan>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetHyperflexClusterReplicationNetworkPolicyResultTag>
    versionContexts List<GetHyperflexClusterReplicationNetworkPolicyResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexClusterReplicationNetworkPolicyResultAncestor[]
    classId string
    clusterProfiles GetHyperflexClusterReplicationNetworkPolicyResultClusterProfile[]
    createTime string
    The time when this managed object was created.
    description string
    Description of the policy.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    modTime 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.
    objectType string
    organizations GetHyperflexClusterReplicationNetworkPolicyResultOrganization[]
    owners string[]
    parents GetHyperflexClusterReplicationNetworkPolicyResultParent[]
    permissionResources GetHyperflexClusterReplicationNetworkPolicyResultPermissionResource[]
    replicationBandwidthMbps number
    Bandwidth for the Replication network in Mbps.
    replicationIpranges GetHyperflexClusterReplicationNetworkPolicyResultReplicationIprange[]
    replicationMtu number
    MTU for the Replication network.
    replicationVlans GetHyperflexClusterReplicationNetworkPolicyResultReplicationVlan[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetHyperflexClusterReplicationNetworkPolicyResultTag[]
    versionContexts GetHyperflexClusterReplicationNetworkPolicyResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexClusterReplicationNetworkPolicyResultAncestor]
    class_id str
    cluster_profiles Sequence[GetHyperflexClusterReplicationNetworkPolicyResultClusterProfile]
    create_time str
    The time when this managed object was created.
    description str
    Description of the policy.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    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
    organizations Sequence[GetHyperflexClusterReplicationNetworkPolicyResultOrganization]
    owners Sequence[str]
    parents Sequence[GetHyperflexClusterReplicationNetworkPolicyResultParent]
    permission_resources Sequence[GetHyperflexClusterReplicationNetworkPolicyResultPermissionResource]
    replication_bandwidth_mbps float
    Bandwidth for the Replication network in Mbps.
    replication_ipranges Sequence[GetHyperflexClusterReplicationNetworkPolicyResultReplicationIprange]
    replication_mtu float
    MTU for the Replication network.
    replication_vlans Sequence[GetHyperflexClusterReplicationNetworkPolicyResultReplicationVlan]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetHyperflexClusterReplicationNetworkPolicyResultTag]
    version_contexts Sequence[GetHyperflexClusterReplicationNetworkPolicyResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    clusterProfiles List<Property Map>
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    modTime 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.
    objectType String
    organizations List<Property Map>
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    replicationBandwidthMbps Number
    Bandwidth for the Replication network in Mbps.
    replicationIpranges List<Property Map>
    replicationMtu Number
    MTU for the Replication network.
    replicationVlans List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    versionContexts List<Property Map>

    GetHyperflexClusterReplicationNetworkPolicyResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetHyperflexClusterReplicationNetworkPolicyResultClusterProfile

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetHyperflexClusterReplicationNetworkPolicyResultOrganization

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetHyperflexClusterReplicationNetworkPolicyResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetHyperflexClusterReplicationNetworkPolicyResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetHyperflexClusterReplicationNetworkPolicyResultReplicationIprange

    GetHyperflexClusterReplicationNetworkPolicyResultReplicationIprangeIpAddrBlock

    GetHyperflexClusterReplicationNetworkPolicyResultReplicationVlan

    AdditionalProperties string
    ClassId string
    Name string
    Name of the concrete policy.
    ObjectType string
    VlanId double
    AdditionalProperties string
    ClassId string
    Name string
    Name of the concrete policy.
    ObjectType string
    VlanId float64
    additionalProperties String
    classId String
    name String
    Name of the concrete policy.
    objectType String
    vlanId Double
    additionalProperties string
    classId string
    name string
    Name of the concrete policy.
    objectType string
    vlanId number
    additional_properties str
    class_id str
    name str
    Name of the concrete policy.
    object_type str
    vlan_id float
    additionalProperties String
    classId String
    name String
    Name of the concrete policy.
    objectType String
    vlanId Number

    GetHyperflexClusterReplicationNetworkPolicyResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetHyperflexClusterReplicationNetworkPolicyResultVersionContext

    GetHyperflexClusterReplicationNetworkPolicyResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetHyperflexClusterReplicationNetworkPolicyResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetHyperflexClusterReplicationNetworkPolicyTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetHyperflexClusterReplicationNetworkPolicyVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetHyperflexClusterReplicationNetworkPolicyVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetHyperflexClusterReplicationNetworkPolicyVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetHyperflexClusterReplicationNetworkPolicyVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetHyperflexClusterReplicationNetworkPolicyVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetHyperflexClusterReplicationNetworkPolicyVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetHyperflexClusterReplicationNetworkPolicyVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos GetHyperflexClusterReplicationNetworkPolicyVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetHyperflexClusterReplicationNetworkPolicyVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetHyperflexClusterReplicationNetworkPolicyVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetHyperflexClusterReplicationNetworkPolicyVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetHyperflexClusterReplicationNetworkPolicyVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetHyperflexClusterReplicationNetworkPolicyVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet