intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getStorageNetAppCloudTarget
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 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 dictionaryThe 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<GetStorage Net App Cloud Target Ancestor> 
- Array
GetStorage Net App Cloud Target Array 
- 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.
- CertificateValidation boolEnabled 
- 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.
- DomainGroup stringMoid 
- 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
GetStorage Net App Cloud Target Parent 
- PermissionResources List<GetStorage Net App Cloud Target Permission Resource> 
- 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.
- 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.
- SnapMirror stringUse 
- 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.
- 
List<GetStorage Net App Cloud Target Tag> 
- 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 GetStorage Net App Cloud Target Version Context 
- 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
[]GetStorage Net App Cloud Target Ancestor 
- Array
GetStorage Net App Cloud Target Array 
- 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.
- CertificateValidation boolEnabled 
- 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.
- DomainGroup stringMoid 
- 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
GetStorage Net App Cloud Target Parent 
- PermissionResources []GetStorage Net App Cloud Target Permission Resource 
- 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.
- 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.
- SnapMirror stringUse 
- 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.
- 
[]GetStorage Net App Cloud Target Tag 
- 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 GetStorage Net App Cloud Target Version Context 
- 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<GetStorage Net App Cloud Target Ancestor> 
- array
GetStorage Net App Cloud Target Array 
- 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.
- certificateValidation BooleanEnabled 
- 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.
- domainGroup StringMoid 
- 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
GetStorage Net App Cloud Target Parent 
- permissionResources List<GetStorage Net App Cloud Target Permission Resource> 
- 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.
- 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.
- snapMirror StringUse 
- 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.
- 
List<GetStorage Net App Cloud Target Tag> 
- 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 GetStorage Net App Cloud Target Version Context 
- 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
GetStorage Net App Cloud Target Ancestor[] 
- array
GetStorage Net App Cloud Target Array 
- 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.
- certificateValidation booleanEnabled 
- 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.
- domainGroup stringMoid 
- 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
GetStorage Net App Cloud Target Parent 
- permissionResources GetStorage Net App Cloud Target Permission Resource[] 
- 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.
- 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.
- snapMirror stringUse 
- 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.
- 
GetStorage Net App Cloud Target Tag[] 
- 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 GetStorage Net App Cloud Target Version Context 
- 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[GetStorage Net App Cloud Target Ancestor] 
- array
GetStorage Net App Cloud Target Array 
- 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_ boolenabled 
- 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_ strmoid 
- 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
GetStorage Net App Cloud Target Parent 
- permission_resources Sequence[GetStorage Net App Cloud Target Permission Resource] 
- 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.
- 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_ struse 
- 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.
- 
Sequence[GetStorage Net App Cloud Target Tag] 
- 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 GetStorage Net App Cloud Target Version Context 
- 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.
- certificateValidation BooleanEnabled 
- 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.
- domainGroup StringMoid 
- 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.
- 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.
- snapMirror StringUse 
- 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.
- 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<GetStorage Net App Cloud Target Result> 
- AccessKey string
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetStorage Net App Cloud Target Ancestor> 
- Array
GetStorage Net App Cloud Target Array 
- AuthenticationType string
- AzureAccount string
- CapUrl string
- CertificateValidation boolEnabled 
- ClassId string
- CloudStorages List<string>
- Container string
- CreateTime string
- DomainGroup stringMoid 
- Ipspace string
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owner string
- Owners List<string>
- Parent
GetStorage Net App Cloud Target Parent 
- PermissionResources List<GetStorage Net App Cloud Target Permission Resource> 
- Port double
- ProviderType string
- Server string
- string
- SnapMirror stringUse 
- SslEnabled bool
- 
List<GetStorage Net App Cloud Target Tag> 
- Used double
- Uuid string
- VersionContext GetStorage Net App Cloud Target Version Context 
- Id string
- Results
[]GetStorage Net App Cloud Target Result 
- AccessKey string
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetStorage Net App Cloud Target Ancestor 
- Array
GetStorage Net App Cloud Target Array 
- AuthenticationType string
- AzureAccount string
- CapUrl string
- CertificateValidation boolEnabled 
- ClassId string
- CloudStorages []string
- Container string
- CreateTime string
- DomainGroup stringMoid 
- Ipspace string
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owner string
- Owners []string
- Parent
GetStorage Net App Cloud Target Parent 
- PermissionResources []GetStorage Net App Cloud Target Permission Resource 
- Port float64
- ProviderType string
- Server string
- string
- SnapMirror stringUse 
- SslEnabled bool
- 
[]GetStorage Net App Cloud Target Tag 
- Used float64
- Uuid string
- VersionContext GetStorage Net App Cloud Target Version Context 
- id String
- results
List<GetStorage Net App Cloud Target Result> 
- accessKey String
- accountMoid String
- additionalProperties String
- ancestors
List<GetStorage Net App Cloud Target Ancestor> 
- array
GetStorage Net App Cloud Target Array 
- authenticationType String
- azureAccount String
- capUrl String
- certificateValidation BooleanEnabled 
- classId String
- cloudStorages List<String>
- container String
- createTime String
- domainGroup StringMoid 
- ipspace String
- modTime String
- moid String
- name String
- objectType String
- owner String
- owners List<String>
- parent
GetStorage Net App Cloud Target Parent 
- permissionResources List<GetStorage Net App Cloud Target Permission Resource> 
- port Double
- providerType String
- server String
- String
- snapMirror StringUse 
- sslEnabled Boolean
- 
List<GetStorage Net App Cloud Target Tag> 
- used Double
- uuid String
- versionContext GetStorage Net App Cloud Target Version Context 
- id string
- results
GetStorage Net App Cloud Target Result[] 
- accessKey string
- accountMoid string
- additionalProperties string
- ancestors
GetStorage Net App Cloud Target Ancestor[] 
- array
GetStorage Net App Cloud Target Array 
- authenticationType string
- azureAccount string
- capUrl string
- certificateValidation booleanEnabled 
- classId string
- cloudStorages string[]
- container string
- createTime string
- domainGroup stringMoid 
- ipspace string
- modTime string
- moid string
- name string
- objectType string
- owner string
- owners string[]
- parent
GetStorage Net App Cloud Target Parent 
- permissionResources GetStorage Net App Cloud Target Permission Resource[] 
- port number
- providerType string
- server string
- string
- snapMirror stringUse 
- sslEnabled boolean
- 
GetStorage Net App Cloud Target Tag[] 
- used number
- uuid string
- versionContext GetStorage Net App Cloud Target Version Context 
- id str
- results
Sequence[GetStorage Net App Cloud Target Result] 
- access_key str
- account_moid str
- additional_properties str
- ancestors
Sequence[GetStorage Net App Cloud Target Ancestor] 
- array
GetStorage Net App Cloud Target Array 
- authentication_type str
- azure_account str
- cap_url str
- certificate_validation_ boolenabled 
- class_id str
- cloud_storages Sequence[str]
- container str
- create_time str
- domain_group_ strmoid 
- ipspace str
- mod_time str
- moid str
- name str
- object_type str
- owner str
- owners Sequence[str]
- parent
GetStorage Net App Cloud Target Parent 
- permission_resources Sequence[GetStorage Net App Cloud Target Permission Resource] 
- port float
- provider_type str
- server str
- str
- snap_mirror_ struse 
- ssl_enabled bool
- 
Sequence[GetStorage Net App Cloud Target Tag] 
- used float
- uuid str
- version_context GetStorage Net App Cloud Target Version Context 
- id String
- results List<Property Map>
- accessKey String
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- array Property Map
- authenticationType String
- azureAccount String
- capUrl String
- certificateValidation BooleanEnabled 
- classId String
- cloudStorages List<String>
- container String
- createTime String
- domainGroup StringMoid 
- ipspace String
- modTime String
- moid String
- name String
- objectType String
- owner String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- port Number
- providerType String
- server String
- String
- snapMirror StringUse 
- sslEnabled Boolean
- List<Property Map>
- used Number
- uuid String
- versionContext Property Map
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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<GetStorage Net App Cloud Target Result Ancestor> 
- Arrays
List<GetStorage Net App Cloud Target Result Array> 
- 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.
- CertificateValidation boolEnabled 
- 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.
- DomainGroup stringMoid 
- 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<GetStorage Net App Cloud Target Result Parent> 
- PermissionResources List<GetStorage Net App Cloud Target Result Permission Resource> 
- 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.
- 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.
- SnapMirror stringUse 
- 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.
- 
List<GetStorage Net App Cloud Target Result Tag> 
- 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<GetStorage Net App Cloud Target Result Version Context> 
- 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
[]GetStorage Net App Cloud Target Result Ancestor 
- Arrays
[]GetStorage Net App Cloud Target Result Array 
- 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.
- CertificateValidation boolEnabled 
- 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.
- DomainGroup stringMoid 
- 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
[]GetStorage Net App Cloud Target Result Parent 
- PermissionResources []GetStorage Net App Cloud Target Result Permission Resource 
- 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.
- 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.
- SnapMirror stringUse 
- 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.
- 
[]GetStorage Net App Cloud Target Result Tag 
- 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 []GetStorage Net App Cloud Target Result Version Context 
- 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<GetStorage Net App Cloud Target Result Ancestor> 
- arrays
List<GetStorage Net App Cloud Target Result Array> 
- 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.
- certificateValidation BooleanEnabled 
- 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.
- domainGroup StringMoid 
- 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<GetStorage Net App Cloud Target Result Parent> 
- permissionResources List<GetStorage Net App Cloud Target Result Permission Resource> 
- 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.
- 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.
- snapMirror StringUse 
- 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.
- 
List<GetStorage Net App Cloud Target Result Tag> 
- 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<GetStorage Net App Cloud Target Result Version Context> 
- 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
GetStorage Net App Cloud Target Result Ancestor[] 
- arrays
GetStorage Net App Cloud Target Result Array[] 
- 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.
- certificateValidation booleanEnabled 
- 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.
- domainGroup stringMoid 
- 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
GetStorage Net App Cloud Target Result Parent[] 
- permissionResources GetStorage Net App Cloud Target Result Permission Resource[] 
- 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.
- 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.
- snapMirror stringUse 
- 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.
- 
GetStorage Net App Cloud Target Result Tag[] 
- 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 GetStorage Net App Cloud Target Result Version Context[] 
- 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[GetStorage Net App Cloud Target Result Ancestor] 
- arrays
Sequence[GetStorage Net App Cloud Target Result Array] 
- 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_ boolenabled 
- 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_ strmoid 
- 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[GetStorage Net App Cloud Target Result Parent] 
- permission_resources Sequence[GetStorage Net App Cloud Target Result Permission Resource] 
- 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.
- 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_ struse 
- 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.
- 
Sequence[GetStorage Net App Cloud Target Result Tag] 
- 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[GetStorage Net App Cloud Target Result Version Context] 
- 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.
- certificateValidation BooleanEnabled 
- 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.
- domainGroup StringMoid 
- 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.
- 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.
- snapMirror StringUse 
- 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.
- 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
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetStorageNetAppCloudTargetResultVersionContext        
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
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<GetStorage Net App Cloud Target Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetStorage Net App Cloud Target Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetStorage Net App Cloud Target Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetStorage Net App Cloud Target Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetStorage Net App Cloud Target Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetStorage Net App Cloud Target Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetStorage Net App Cloud Target Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetStorage Net App Cloud Target Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetStorage Net App Cloud Target Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetStorage Net App Cloud Target Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet