1. Packages
  2. Intersight Provider
  3. API Docs
  4. getStorageNetAppCloudTarget
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.getStorageNetAppCloudTarget

Explore with Pulumi AI

intersight logo
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

    Cloud target is a collection of cloud provider configuration information for targets e.g., AWS_S3 or Azure_Cloud.

    Using getStorageNetAppCloudTarget

    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 getStorageNetAppCloudTarget(args: GetStorageNetAppCloudTargetArgs, opts?: InvokeOptions): Promise<GetStorageNetAppCloudTargetResult>
    function getStorageNetAppCloudTargetOutput(args: GetStorageNetAppCloudTargetOutputArgs, opts?: InvokeOptions): Output<GetStorageNetAppCloudTargetResult>
    def get_storage_net_app_cloud_target(access_key: Optional[str] = None,
                                         account_moid: Optional[str] = None,
                                         additional_properties: Optional[str] = None,
                                         ancestors: Optional[Sequence[GetStorageNetAppCloudTargetAncestor]] = None,
                                         array: Optional[GetStorageNetAppCloudTargetArray] = None,
                                         authentication_type: Optional[str] = None,
                                         azure_account: Optional[str] = None,
                                         cap_url: Optional[str] = None,
                                         certificate_validation_enabled: Optional[bool] = None,
                                         class_id: Optional[str] = None,
                                         cloud_storages: Optional[Sequence[str]] = None,
                                         container: Optional[str] = None,
                                         create_time: Optional[str] = None,
                                         domain_group_moid: Optional[str] = None,
                                         id: Optional[str] = None,
                                         ipspace: Optional[str] = None,
                                         mod_time: Optional[str] = None,
                                         moid: Optional[str] = None,
                                         name: Optional[str] = None,
                                         object_type: Optional[str] = None,
                                         owner: Optional[str] = None,
                                         owners: Optional[Sequence[str]] = None,
                                         parent: Optional[GetStorageNetAppCloudTargetParent] = None,
                                         permission_resources: Optional[Sequence[GetStorageNetAppCloudTargetPermissionResource]] = None,
                                         port: Optional[float] = None,
                                         provider_type: Optional[str] = None,
                                         server: Optional[str] = None,
                                         shared_scope: Optional[str] = None,
                                         snap_mirror_use: Optional[str] = None,
                                         ssl_enabled: Optional[bool] = None,
                                         tags: Optional[Sequence[GetStorageNetAppCloudTargetTag]] = None,
                                         used: Optional[float] = None,
                                         uuid: Optional[str] = None,
                                         version_context: Optional[GetStorageNetAppCloudTargetVersionContext] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetStorageNetAppCloudTargetResult
    def get_storage_net_app_cloud_target_output(access_key: Optional[pulumi.Input[str]] = None,
                                         account_moid: Optional[pulumi.Input[str]] = None,
                                         additional_properties: Optional[pulumi.Input[str]] = None,
                                         ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppCloudTargetAncestorArgs]]]] = None,
                                         array: Optional[pulumi.Input[GetStorageNetAppCloudTargetArrayArgs]] = None,
                                         authentication_type: Optional[pulumi.Input[str]] = None,
                                         azure_account: Optional[pulumi.Input[str]] = None,
                                         cap_url: Optional[pulumi.Input[str]] = None,
                                         certificate_validation_enabled: Optional[pulumi.Input[bool]] = None,
                                         class_id: Optional[pulumi.Input[str]] = None,
                                         cloud_storages: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                         container: Optional[pulumi.Input[str]] = None,
                                         create_time: Optional[pulumi.Input[str]] = None,
                                         domain_group_moid: Optional[pulumi.Input[str]] = None,
                                         id: Optional[pulumi.Input[str]] = None,
                                         ipspace: 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,
                                         owner: Optional[pulumi.Input[str]] = None,
                                         owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                         parent: Optional[pulumi.Input[GetStorageNetAppCloudTargetParentArgs]] = None,
                                         permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppCloudTargetPermissionResourceArgs]]]] = None,
                                         port: Optional[pulumi.Input[float]] = None,
                                         provider_type: Optional[pulumi.Input[str]] = None,
                                         server: Optional[pulumi.Input[str]] = None,
                                         shared_scope: Optional[pulumi.Input[str]] = None,
                                         snap_mirror_use: Optional[pulumi.Input[str]] = None,
                                         ssl_enabled: Optional[pulumi.Input[bool]] = None,
                                         tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppCloudTargetTagArgs]]]] = None,
                                         used: Optional[pulumi.Input[float]] = None,
                                         uuid: Optional[pulumi.Input[str]] = None,
                                         version_context: Optional[pulumi.Input[GetStorageNetAppCloudTargetVersionContextArgs]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetStorageNetAppCloudTargetResult]
    func LookupStorageNetAppCloudTarget(ctx *Context, args *LookupStorageNetAppCloudTargetArgs, opts ...InvokeOption) (*LookupStorageNetAppCloudTargetResult, error)
    func LookupStorageNetAppCloudTargetOutput(ctx *Context, args *LookupStorageNetAppCloudTargetOutputArgs, opts ...InvokeOption) LookupStorageNetAppCloudTargetResultOutput

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

    public static class GetStorageNetAppCloudTarget 
    {
        public static Task<GetStorageNetAppCloudTargetResult> InvokeAsync(GetStorageNetAppCloudTargetArgs args, InvokeOptions? opts = null)
        public static Output<GetStorageNetAppCloudTargetResult> Invoke(GetStorageNetAppCloudTargetInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStorageNetAppCloudTargetResult> getStorageNetAppCloudTarget(GetStorageNetAppCloudTargetArgs args, InvokeOptions options)
    public static Output<GetStorageNetAppCloudTargetResult> getStorageNetAppCloudTarget(GetStorageNetAppCloudTargetArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getStorageNetAppCloudTarget:getStorageNetAppCloudTarget
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccessKey string
    Access key ID for AWS_S3 and other S3 compatible provider types.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageNetAppCloudTargetAncestor>
    Array GetStorageNetAppCloudTargetArray
    AuthenticationType string
    Authentication used to access the target.
    AzureAccount string
    Azure cloud account name.
    CapUrl string
    Specifies a full URL of the request to a CAP server for retrieving temporary credentials (access-key, secret-password, and session token) for accessing the object store.
    CertificateValidationEnabled bool
    Is SSL/TLS certificate validation enabled? The default value is true. This can only be modified for SGWS, IBM_COS, and ONTAP_S3 provider types.
    ClassId string
    CloudStorages List<string>
    Container string
    Data bucket/container name.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    Ipspace string
    IPspace to use in order to reach the cloud target.
    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 cloud target.
    ObjectType string
    Owner string
    Owner of the target. Allowed values are FabricPool or SnapMirror.* FabricPool - NetApp FabricPool Cloud Target owner.* SnapMirror - NetApp SnapMirror Cloud Target owner.
    Owners List<string>
    Parent GetStorageNetAppCloudTargetParent
    PermissionResources List<GetStorageNetAppCloudTargetPermissionResource>
    Port double
    Port number of the object store that ONTAP uses when establishing a connection.
    ProviderType string
    Type of cloud provider, e.g., AWS_S3 or ONTAP_S3.* ONTAP_S3 - Cloud target provider type ONTAP_S3.* AliCloud - Cloud target provider type AliCloud.* AWS_S3 - Cloud target provider type AWS S3.* Azure_Cloud - Cloud target provider type Azure_Cloud.* GoogleCloud - Cloud target provider type GoogleCloud.* IBM_COS - Cloud target provider type IBM_COS.* SGWS - Cloud target provider type SGWS.
    Server string
    Fully qualified domain name of the object store server.
    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.
    SnapMirrorUse string
    Use of the cloud target by SnapMirror.* data - Data is stored in the SnapMirror target.* metadata - Metadata is stored in the SnapMirror target.
    SslEnabled bool
    SSL/HTTPS enabled or not.
    Tags List<GetStorageNetAppCloudTargetTag>
    Used double
    The amount of cloud space used by all the aggregates attached to the target, in bytes.
    Uuid string
    Uuid of the cloud target.
    VersionContext GetStorageNetAppCloudTargetVersionContext
    AccessKey string
    Access key ID for AWS_S3 and other S3 compatible provider types.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageNetAppCloudTargetAncestor
    Array GetStorageNetAppCloudTargetArray
    AuthenticationType string
    Authentication used to access the target.
    AzureAccount string
    Azure cloud account name.
    CapUrl string
    Specifies a full URL of the request to a CAP server for retrieving temporary credentials (access-key, secret-password, and session token) for accessing the object store.
    CertificateValidationEnabled bool
    Is SSL/TLS certificate validation enabled? The default value is true. This can only be modified for SGWS, IBM_COS, and ONTAP_S3 provider types.
    ClassId string
    CloudStorages []string
    Container string
    Data bucket/container name.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    Ipspace string
    IPspace to use in order to reach the cloud target.
    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 cloud target.
    ObjectType string
    Owner string
    Owner of the target. Allowed values are FabricPool or SnapMirror.* FabricPool - NetApp FabricPool Cloud Target owner.* SnapMirror - NetApp SnapMirror Cloud Target owner.
    Owners []string
    Parent GetStorageNetAppCloudTargetParent
    PermissionResources []GetStorageNetAppCloudTargetPermissionResource
    Port float64
    Port number of the object store that ONTAP uses when establishing a connection.
    ProviderType string
    Type of cloud provider, e.g., AWS_S3 or ONTAP_S3.* ONTAP_S3 - Cloud target provider type ONTAP_S3.* AliCloud - Cloud target provider type AliCloud.* AWS_S3 - Cloud target provider type AWS S3.* Azure_Cloud - Cloud target provider type Azure_Cloud.* GoogleCloud - Cloud target provider type GoogleCloud.* IBM_COS - Cloud target provider type IBM_COS.* SGWS - Cloud target provider type SGWS.
    Server string
    Fully qualified domain name of the object store server.
    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.
    SnapMirrorUse string
    Use of the cloud target by SnapMirror.* data - Data is stored in the SnapMirror target.* metadata - Metadata is stored in the SnapMirror target.
    SslEnabled bool
    SSL/HTTPS enabled or not.
    Tags []GetStorageNetAppCloudTargetTag
    Used float64
    The amount of cloud space used by all the aggregates attached to the target, in bytes.
    Uuid string
    Uuid of the cloud target.
    VersionContext GetStorageNetAppCloudTargetVersionContext
    accessKey String
    Access key ID for AWS_S3 and other S3 compatible provider types.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageNetAppCloudTargetAncestor>
    array GetStorageNetAppCloudTargetArray
    authenticationType String
    Authentication used to access the target.
    azureAccount String
    Azure cloud account name.
    capUrl String
    Specifies a full URL of the request to a CAP server for retrieving temporary credentials (access-key, secret-password, and session token) for accessing the object store.
    certificateValidationEnabled Boolean
    Is SSL/TLS certificate validation enabled? The default value is true. This can only be modified for SGWS, IBM_COS, and ONTAP_S3 provider types.
    classId String
    cloudStorages List<String>
    container String
    Data bucket/container name.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    ipspace String
    IPspace to use in order to reach the cloud target.
    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 cloud target.
    objectType String
    owner String
    Owner of the target. Allowed values are FabricPool or SnapMirror.* FabricPool - NetApp FabricPool Cloud Target owner.* SnapMirror - NetApp SnapMirror Cloud Target owner.
    owners List<String>
    parent GetStorageNetAppCloudTargetParent
    permissionResources List<GetStorageNetAppCloudTargetPermissionResource>
    port Double
    Port number of the object store that ONTAP uses when establishing a connection.
    providerType String
    Type of cloud provider, e.g., AWS_S3 or ONTAP_S3.* ONTAP_S3 - Cloud target provider type ONTAP_S3.* AliCloud - Cloud target provider type AliCloud.* AWS_S3 - Cloud target provider type AWS S3.* Azure_Cloud - Cloud target provider type Azure_Cloud.* GoogleCloud - Cloud target provider type GoogleCloud.* IBM_COS - Cloud target provider type IBM_COS.* SGWS - Cloud target provider type SGWS.
    server String
    Fully qualified domain name of the object store server.
    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.
    snapMirrorUse String
    Use of the cloud target by SnapMirror.* data - Data is stored in the SnapMirror target.* metadata - Metadata is stored in the SnapMirror target.
    sslEnabled Boolean
    SSL/HTTPS enabled or not.
    tags List<GetStorageNetAppCloudTargetTag>
    used Double
    The amount of cloud space used by all the aggregates attached to the target, in bytes.
    uuid String
    Uuid of the cloud target.
    versionContext GetStorageNetAppCloudTargetVersionContext
    accessKey string
    Access key ID for AWS_S3 and other S3 compatible provider types.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageNetAppCloudTargetAncestor[]
    array GetStorageNetAppCloudTargetArray
    authenticationType string
    Authentication used to access the target.
    azureAccount string
    Azure cloud account name.
    capUrl string
    Specifies a full URL of the request to a CAP server for retrieving temporary credentials (access-key, secret-password, and session token) for accessing the object store.
    certificateValidationEnabled boolean
    Is SSL/TLS certificate validation enabled? The default value is true. This can only be modified for SGWS, IBM_COS, and ONTAP_S3 provider types.
    classId string
    cloudStorages string[]
    container string
    Data bucket/container name.
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    ipspace string
    IPspace to use in order to reach the cloud target.
    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 cloud target.
    objectType string
    owner string
    Owner of the target. Allowed values are FabricPool or SnapMirror.* FabricPool - NetApp FabricPool Cloud Target owner.* SnapMirror - NetApp SnapMirror Cloud Target owner.
    owners string[]
    parent GetStorageNetAppCloudTargetParent
    permissionResources GetStorageNetAppCloudTargetPermissionResource[]
    port number
    Port number of the object store that ONTAP uses when establishing a connection.
    providerType string
    Type of cloud provider, e.g., AWS_S3 or ONTAP_S3.* ONTAP_S3 - Cloud target provider type ONTAP_S3.* AliCloud - Cloud target provider type AliCloud.* AWS_S3 - Cloud target provider type AWS S3.* Azure_Cloud - Cloud target provider type Azure_Cloud.* GoogleCloud - Cloud target provider type GoogleCloud.* IBM_COS - Cloud target provider type IBM_COS.* SGWS - Cloud target provider type SGWS.
    server string
    Fully qualified domain name of the object store server.
    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.
    snapMirrorUse string
    Use of the cloud target by SnapMirror.* data - Data is stored in the SnapMirror target.* metadata - Metadata is stored in the SnapMirror target.
    sslEnabled boolean
    SSL/HTTPS enabled or not.
    tags GetStorageNetAppCloudTargetTag[]
    used number
    The amount of cloud space used by all the aggregates attached to the target, in bytes.
    uuid string
    Uuid of the cloud target.
    versionContext GetStorageNetAppCloudTargetVersionContext
    access_key str
    Access key ID for AWS_S3 and other S3 compatible provider types.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageNetAppCloudTargetAncestor]
    array GetStorageNetAppCloudTargetArray
    authentication_type str
    Authentication used to access the target.
    azure_account str
    Azure cloud account name.
    cap_url str
    Specifies a full URL of the request to a CAP server for retrieving temporary credentials (access-key, secret-password, and session token) for accessing the object store.
    certificate_validation_enabled bool
    Is SSL/TLS certificate validation enabled? The default value is true. This can only be modified for SGWS, IBM_COS, and ONTAP_S3 provider types.
    class_id str
    cloud_storages Sequence[str]
    container str
    Data bucket/container name.
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    ipspace str
    IPspace to use in order to reach the cloud target.
    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 cloud target.
    object_type str
    owner str
    Owner of the target. Allowed values are FabricPool or SnapMirror.* FabricPool - NetApp FabricPool Cloud Target owner.* SnapMirror - NetApp SnapMirror Cloud Target owner.
    owners Sequence[str]
    parent GetStorageNetAppCloudTargetParent
    permission_resources Sequence[GetStorageNetAppCloudTargetPermissionResource]
    port float
    Port number of the object store that ONTAP uses when establishing a connection.
    provider_type str
    Type of cloud provider, e.g., AWS_S3 or ONTAP_S3.* ONTAP_S3 - Cloud target provider type ONTAP_S3.* AliCloud - Cloud target provider type AliCloud.* AWS_S3 - Cloud target provider type AWS S3.* Azure_Cloud - Cloud target provider type Azure_Cloud.* GoogleCloud - Cloud target provider type GoogleCloud.* IBM_COS - Cloud target provider type IBM_COS.* SGWS - Cloud target provider type SGWS.
    server str
    Fully qualified domain name of the object store server.
    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.
    snap_mirror_use str
    Use of the cloud target by SnapMirror.* data - Data is stored in the SnapMirror target.* metadata - Metadata is stored in the SnapMirror target.
    ssl_enabled bool
    SSL/HTTPS enabled or not.
    tags Sequence[GetStorageNetAppCloudTargetTag]
    used float
    The amount of cloud space used by all the aggregates attached to the target, in bytes.
    uuid str
    Uuid of the cloud target.
    version_context GetStorageNetAppCloudTargetVersionContext
    accessKey String
    Access key ID for AWS_S3 and other S3 compatible provider types.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    array Property Map
    authenticationType String
    Authentication used to access the target.
    azureAccount String
    Azure cloud account name.
    capUrl String
    Specifies a full URL of the request to a CAP server for retrieving temporary credentials (access-key, secret-password, and session token) for accessing the object store.
    certificateValidationEnabled Boolean
    Is SSL/TLS certificate validation enabled? The default value is true. This can only be modified for SGWS, IBM_COS, and ONTAP_S3 provider types.
    classId String
    cloudStorages List<String>
    container String
    Data bucket/container name.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    ipspace String
    IPspace to use in order to reach the cloud target.
    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 cloud target.
    objectType String
    owner String
    Owner of the target. Allowed values are FabricPool or SnapMirror.* FabricPool - NetApp FabricPool Cloud Target owner.* SnapMirror - NetApp SnapMirror Cloud Target owner.
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    port Number
    Port number of the object store that ONTAP uses when establishing a connection.
    providerType String
    Type of cloud provider, e.g., AWS_S3 or ONTAP_S3.* ONTAP_S3 - Cloud target provider type ONTAP_S3.* AliCloud - Cloud target provider type AliCloud.* AWS_S3 - Cloud target provider type AWS S3.* Azure_Cloud - Cloud target provider type Azure_Cloud.* GoogleCloud - Cloud target provider type GoogleCloud.* IBM_COS - Cloud target provider type IBM_COS.* SGWS - Cloud target provider type SGWS.
    server String
    Fully qualified domain name of the object store server.
    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.
    snapMirrorUse String
    Use of the cloud target by SnapMirror.* data - Data is stored in the SnapMirror target.* metadata - Metadata is stored in the SnapMirror target.
    sslEnabled Boolean
    SSL/HTTPS enabled or not.
    tags List<Property Map>
    used Number
    The amount of cloud space used by all the aggregates attached to the target, in bytes.
    uuid String
    Uuid of the cloud target.
    versionContext Property Map

    getStorageNetAppCloudTarget Result

    The following output properties are available:

    Id string
    Results List<GetStorageNetAppCloudTargetResult>
    AccessKey string
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetStorageNetAppCloudTargetAncestor>
    Array GetStorageNetAppCloudTargetArray
    AuthenticationType string
    AzureAccount string
    CapUrl string
    CertificateValidationEnabled bool
    ClassId string
    CloudStorages List<string>
    Container string
    CreateTime string
    DomainGroupMoid string
    Ipspace string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owner string
    Owners List<string>
    Parent GetStorageNetAppCloudTargetParent
    PermissionResources List<GetStorageNetAppCloudTargetPermissionResource>
    Port double
    ProviderType string
    Server string
    SharedScope string
    SnapMirrorUse string
    SslEnabled bool
    Tags List<GetStorageNetAppCloudTargetTag>
    Used double
    Uuid string
    VersionContext GetStorageNetAppCloudTargetVersionContext
    id String
    results List<GetStorageNetAppCloudTargetResult>
    accessKey String
    accountMoid String
    additionalProperties String
    ancestors List<GetStorageNetAppCloudTargetAncestor>
    array GetStorageNetAppCloudTargetArray
    authenticationType String
    azureAccount String
    capUrl String
    certificateValidationEnabled Boolean
    classId String
    cloudStorages List<String>
    container String
    createTime String
    domainGroupMoid String
    ipspace String
    modTime String
    moid String
    name String
    objectType String
    owner String
    owners List<String>
    parent GetStorageNetAppCloudTargetParent
    permissionResources List<GetStorageNetAppCloudTargetPermissionResource>
    port Double
    providerType String
    server String
    sharedScope String
    snapMirrorUse String
    sslEnabled Boolean
    tags List<GetStorageNetAppCloudTargetTag>
    used Double
    uuid String
    versionContext GetStorageNetAppCloudTargetVersionContext

    Supporting Types

    GetStorageNetAppCloudTargetAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of 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'.

    GetStorageNetAppCloudTargetArray

    AdditionalProperties string
    ClassId string
    The fully-qualified name of 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'.

    GetStorageNetAppCloudTargetParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of 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'.

    GetStorageNetAppCloudTargetPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of 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'.

    GetStorageNetAppCloudTargetResult

    AccessKey string
    Access key ID for AWS_S3 and other S3 compatible provider types.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageNetAppCloudTargetResultAncestor>
    Arrays List<GetStorageNetAppCloudTargetResultArray>
    AuthenticationType string
    Authentication used to access the target.
    AzureAccount string
    Azure cloud account name.
    CapUrl string
    Specifies a full URL of the request to a CAP server for retrieving temporary credentials (access-key, secret-password, and session token) for accessing the object store.
    CertificateValidationEnabled bool
    Is SSL/TLS certificate validation enabled? The default value is true. This can only be modified for SGWS, IBM_COS, and ONTAP_S3 provider types.
    ClassId string
    CloudStorages List<string>
    Container string
    Data bucket/container name.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Ipspace string
    IPspace to use in order to reach the cloud target.
    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 cloud target.
    ObjectType string
    Owner string
    Owner of the target. Allowed values are FabricPool or SnapMirror.* FabricPool - NetApp FabricPool Cloud Target owner.* SnapMirror - NetApp SnapMirror Cloud Target owner.
    Owners List<string>
    Parents List<GetStorageNetAppCloudTargetResultParent>
    PermissionResources List<GetStorageNetAppCloudTargetResultPermissionResource>
    Port double
    Port number of the object store that ONTAP uses when establishing a connection.
    ProviderType string
    Type of cloud provider, e.g., AWS_S3 or ONTAP_S3.* ONTAP_S3 - Cloud target provider type ONTAP_S3.* AliCloud - Cloud target provider type AliCloud.* AWS_S3 - Cloud target provider type AWS S3.* Azure_Cloud - Cloud target provider type Azure_Cloud.* GoogleCloud - Cloud target provider type GoogleCloud.* IBM_COS - Cloud target provider type IBM_COS.* SGWS - Cloud target provider type SGWS.
    Server string
    Fully qualified domain name of the object store server.
    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.
    SnapMirrorUse string
    Use of the cloud target by SnapMirror.* data - Data is stored in the SnapMirror target.* metadata - Metadata is stored in the SnapMirror target.
    SslEnabled bool
    SSL/HTTPS enabled or not.
    Tags List<GetStorageNetAppCloudTargetResultTag>
    Used double
    The amount of cloud space used by all the aggregates attached to the target, in bytes.
    Uuid string
    Uuid of the cloud target.
    VersionContexts List<GetStorageNetAppCloudTargetResultVersionContext>
    AccessKey string
    Access key ID for AWS_S3 and other S3 compatible provider types.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageNetAppCloudTargetResultAncestor
    Arrays []GetStorageNetAppCloudTargetResultArray
    AuthenticationType string
    Authentication used to access the target.
    AzureAccount string
    Azure cloud account name.
    CapUrl string
    Specifies a full URL of the request to a CAP server for retrieving temporary credentials (access-key, secret-password, and session token) for accessing the object store.
    CertificateValidationEnabled bool
    Is SSL/TLS certificate validation enabled? The default value is true. This can only be modified for SGWS, IBM_COS, and ONTAP_S3 provider types.
    ClassId string
    CloudStorages []string
    Container string
    Data bucket/container name.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Ipspace string
    IPspace to use in order to reach the cloud target.
    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 cloud target.
    ObjectType string
    Owner string
    Owner of the target. Allowed values are FabricPool or SnapMirror.* FabricPool - NetApp FabricPool Cloud Target owner.* SnapMirror - NetApp SnapMirror Cloud Target owner.
    Owners []string
    Parents []GetStorageNetAppCloudTargetResultParent
    PermissionResources []GetStorageNetAppCloudTargetResultPermissionResource
    Port float64
    Port number of the object store that ONTAP uses when establishing a connection.
    ProviderType string
    Type of cloud provider, e.g., AWS_S3 or ONTAP_S3.* ONTAP_S3 - Cloud target provider type ONTAP_S3.* AliCloud - Cloud target provider type AliCloud.* AWS_S3 - Cloud target provider type AWS S3.* Azure_Cloud - Cloud target provider type Azure_Cloud.* GoogleCloud - Cloud target provider type GoogleCloud.* IBM_COS - Cloud target provider type IBM_COS.* SGWS - Cloud target provider type SGWS.
    Server string
    Fully qualified domain name of the object store server.
    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.
    SnapMirrorUse string
    Use of the cloud target by SnapMirror.* data - Data is stored in the SnapMirror target.* metadata - Metadata is stored in the SnapMirror target.
    SslEnabled bool
    SSL/HTTPS enabled or not.
    Tags []GetStorageNetAppCloudTargetResultTag
    Used float64
    The amount of cloud space used by all the aggregates attached to the target, in bytes.
    Uuid string
    Uuid of the cloud target.
    VersionContexts []GetStorageNetAppCloudTargetResultVersionContext
    accessKey String
    Access key ID for AWS_S3 and other S3 compatible provider types.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageNetAppCloudTargetResultAncestor>
    arrays List<GetStorageNetAppCloudTargetResultArray>
    authenticationType String
    Authentication used to access the target.
    azureAccount String
    Azure cloud account name.
    capUrl String
    Specifies a full URL of the request to a CAP server for retrieving temporary credentials (access-key, secret-password, and session token) for accessing the object store.
    certificateValidationEnabled Boolean
    Is SSL/TLS certificate validation enabled? The default value is true. This can only be modified for SGWS, IBM_COS, and ONTAP_S3 provider types.
    classId String
    cloudStorages List<String>
    container String
    Data bucket/container name.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    ipspace String
    IPspace to use in order to reach the cloud target.
    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 cloud target.
    objectType String
    owner String
    Owner of the target. Allowed values are FabricPool or SnapMirror.* FabricPool - NetApp FabricPool Cloud Target owner.* SnapMirror - NetApp SnapMirror Cloud Target owner.
    owners List<String>
    parents List<GetStorageNetAppCloudTargetResultParent>
    permissionResources List<GetStorageNetAppCloudTargetResultPermissionResource>
    port Double
    Port number of the object store that ONTAP uses when establishing a connection.
    providerType String
    Type of cloud provider, e.g., AWS_S3 or ONTAP_S3.* ONTAP_S3 - Cloud target provider type ONTAP_S3.* AliCloud - Cloud target provider type AliCloud.* AWS_S3 - Cloud target provider type AWS S3.* Azure_Cloud - Cloud target provider type Azure_Cloud.* GoogleCloud - Cloud target provider type GoogleCloud.* IBM_COS - Cloud target provider type IBM_COS.* SGWS - Cloud target provider type SGWS.
    server String
    Fully qualified domain name of the object store server.
    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.
    snapMirrorUse String
    Use of the cloud target by SnapMirror.* data - Data is stored in the SnapMirror target.* metadata - Metadata is stored in the SnapMirror target.
    sslEnabled Boolean
    SSL/HTTPS enabled or not.
    tags List<GetStorageNetAppCloudTargetResultTag>
    used Double
    The amount of cloud space used by all the aggregates attached to the target, in bytes.
    uuid String
    Uuid of the cloud target.
    versionContexts List<GetStorageNetAppCloudTargetResultVersionContext>
    accessKey string
    Access key ID for AWS_S3 and other S3 compatible provider types.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageNetAppCloudTargetResultAncestor[]
    arrays GetStorageNetAppCloudTargetResultArray[]
    authenticationType string
    Authentication used to access the target.
    azureAccount string
    Azure cloud account name.
    capUrl string
    Specifies a full URL of the request to a CAP server for retrieving temporary credentials (access-key, secret-password, and session token) for accessing the object store.
    certificateValidationEnabled boolean
    Is SSL/TLS certificate validation enabled? The default value is true. This can only be modified for SGWS, IBM_COS, and ONTAP_S3 provider types.
    classId string
    cloudStorages string[]
    container string
    Data bucket/container name.
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    ipspace string
    IPspace to use in order to reach the cloud target.
    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 cloud target.
    objectType string
    owner string
    Owner of the target. Allowed values are FabricPool or SnapMirror.* FabricPool - NetApp FabricPool Cloud Target owner.* SnapMirror - NetApp SnapMirror Cloud Target owner.
    owners string[]
    parents GetStorageNetAppCloudTargetResultParent[]
    permissionResources GetStorageNetAppCloudTargetResultPermissionResource[]
    port number
    Port number of the object store that ONTAP uses when establishing a connection.
    providerType string
    Type of cloud provider, e.g., AWS_S3 or ONTAP_S3.* ONTAP_S3 - Cloud target provider type ONTAP_S3.* AliCloud - Cloud target provider type AliCloud.* AWS_S3 - Cloud target provider type AWS S3.* Azure_Cloud - Cloud target provider type Azure_Cloud.* GoogleCloud - Cloud target provider type GoogleCloud.* IBM_COS - Cloud target provider type IBM_COS.* SGWS - Cloud target provider type SGWS.
    server string
    Fully qualified domain name of the object store server.
    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.
    snapMirrorUse string
    Use of the cloud target by SnapMirror.* data - Data is stored in the SnapMirror target.* metadata - Metadata is stored in the SnapMirror target.
    sslEnabled boolean
    SSL/HTTPS enabled or not.
    tags GetStorageNetAppCloudTargetResultTag[]
    used number
    The amount of cloud space used by all the aggregates attached to the target, in bytes.
    uuid string
    Uuid of the cloud target.
    versionContexts GetStorageNetAppCloudTargetResultVersionContext[]
    access_key str
    Access key ID for AWS_S3 and other S3 compatible provider types.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageNetAppCloudTargetResultAncestor]
    arrays Sequence[GetStorageNetAppCloudTargetResultArray]
    authentication_type str
    Authentication used to access the target.
    azure_account str
    Azure cloud account name.
    cap_url str
    Specifies a full URL of the request to a CAP server for retrieving temporary credentials (access-key, secret-password, and session token) for accessing the object store.
    certificate_validation_enabled bool
    Is SSL/TLS certificate validation enabled? The default value is true. This can only be modified for SGWS, IBM_COS, and ONTAP_S3 provider types.
    class_id str
    cloud_storages Sequence[str]
    container str
    Data bucket/container name.
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    ipspace str
    IPspace to use in order to reach the cloud target.
    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 cloud target.
    object_type str
    owner str
    Owner of the target. Allowed values are FabricPool or SnapMirror.* FabricPool - NetApp FabricPool Cloud Target owner.* SnapMirror - NetApp SnapMirror Cloud Target owner.
    owners Sequence[str]
    parents Sequence[GetStorageNetAppCloudTargetResultParent]
    permission_resources Sequence[GetStorageNetAppCloudTargetResultPermissionResource]
    port float
    Port number of the object store that ONTAP uses when establishing a connection.
    provider_type str
    Type of cloud provider, e.g., AWS_S3 or ONTAP_S3.* ONTAP_S3 - Cloud target provider type ONTAP_S3.* AliCloud - Cloud target provider type AliCloud.* AWS_S3 - Cloud target provider type AWS S3.* Azure_Cloud - Cloud target provider type Azure_Cloud.* GoogleCloud - Cloud target provider type GoogleCloud.* IBM_COS - Cloud target provider type IBM_COS.* SGWS - Cloud target provider type SGWS.
    server str
    Fully qualified domain name of the object store server.
    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.
    snap_mirror_use str
    Use of the cloud target by SnapMirror.* data - Data is stored in the SnapMirror target.* metadata - Metadata is stored in the SnapMirror target.
    ssl_enabled bool
    SSL/HTTPS enabled or not.
    tags Sequence[GetStorageNetAppCloudTargetResultTag]
    used float
    The amount of cloud space used by all the aggregates attached to the target, in bytes.
    uuid str
    Uuid of the cloud target.
    version_contexts Sequence[GetStorageNetAppCloudTargetResultVersionContext]
    accessKey String
    Access key ID for AWS_S3 and other S3 compatible provider types.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    arrays List<Property Map>
    authenticationType String
    Authentication used to access the target.
    azureAccount String
    Azure cloud account name.
    capUrl String
    Specifies a full URL of the request to a CAP server for retrieving temporary credentials (access-key, secret-password, and session token) for accessing the object store.
    certificateValidationEnabled Boolean
    Is SSL/TLS certificate validation enabled? The default value is true. This can only be modified for SGWS, IBM_COS, and ONTAP_S3 provider types.
    classId String
    cloudStorages List<String>
    container String
    Data bucket/container name.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    ipspace String
    IPspace to use in order to reach the cloud target.
    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 cloud target.
    objectType String
    owner String
    Owner of the target. Allowed values are FabricPool or SnapMirror.* FabricPool - NetApp FabricPool Cloud Target owner.* SnapMirror - NetApp SnapMirror Cloud Target owner.
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    port Number
    Port number of the object store that ONTAP uses when establishing a connection.
    providerType String
    Type of cloud provider, e.g., AWS_S3 or ONTAP_S3.* ONTAP_S3 - Cloud target provider type ONTAP_S3.* AliCloud - Cloud target provider type AliCloud.* AWS_S3 - Cloud target provider type AWS S3.* Azure_Cloud - Cloud target provider type Azure_Cloud.* GoogleCloud - Cloud target provider type GoogleCloud.* IBM_COS - Cloud target provider type IBM_COS.* SGWS - Cloud target provider type SGWS.
    server String
    Fully qualified domain name of the object store server.
    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.
    snapMirrorUse String
    Use of the cloud target by SnapMirror.* data - Data is stored in the SnapMirror target.* metadata - Metadata is stored in the SnapMirror target.
    sslEnabled Boolean
    SSL/HTTPS enabled or not.
    tags List<Property Map>
    used Number
    The amount of cloud space used by all the aggregates attached to the target, in bytes.
    uuid String
    Uuid of the cloud target.
    versionContexts List<Property Map>

    GetStorageNetAppCloudTargetResultAncestor

    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

    GetStorageNetAppCloudTargetResultArray

    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

    GetStorageNetAppCloudTargetResultParent

    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

    GetStorageNetAppCloudTargetResultPermissionResource

    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

    GetStorageNetAppCloudTargetResultTag

    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

    GetStorageNetAppCloudTargetResultVersionContext

    GetStorageNetAppCloudTargetResultVersionContextInterestedMo

    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

    GetStorageNetAppCloudTargetResultVersionContextRefMo

    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

    GetStorageNetAppCloudTargetTag

    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.

    GetStorageNetAppCloudTargetVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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<GetStorageNetAppCloudTargetVersionContextInterestedMo>
    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 GetStorageNetAppCloudTargetVersionContextRefMo
    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 []GetStorageNetAppCloudTargetVersionContextInterestedMo
    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 GetStorageNetAppCloudTargetVersionContextRefMo
    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<GetStorageNetAppCloudTargetVersionContextInterestedMo>
    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 GetStorageNetAppCloudTargetVersionContextRefMo
    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 GetStorageNetAppCloudTargetVersionContextInterestedMo[]
    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 GetStorageNetAppCloudTargetVersionContextRefMo
    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[GetStorageNetAppCloudTargetVersionContextInterestedMo]
    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 GetStorageNetAppCloudTargetVersionContextRefMo
    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.

    GetStorageNetAppCloudTargetVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of 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'.

    GetStorageNetAppCloudTargetVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of 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.63 published on Wednesday, Apr 16, 2025 by ciscodevnet