Show / Hide Table of Contents

Class CloudServiceProviderMetadataItem

Cloud Service Provider metadata item. Warning - In future this object can change to generic object with future Cloud Service Provider based on CloudServiceProvider field. This can be one of CSP provider type Azure, GCP and AWS.

Inheritance
object
CloudServiceProviderMetadataItem
AwsCloudServiceProviderMetadataItem
AzureCloudServiceProviderMetadataItem
GcpCloudServiceProviderMetadataItem
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MulticloudService.Models
Assembly: OCI.DotNetSDK.Multicloud.dll
Syntax
[JsonConverter(typeof(CloudServiceProviderMetadataItemModelConverter))]
public class CloudServiceProviderMetadataItem

Properties

Region

Declaration
[JsonProperty(PropertyName = "region")]
public string Region { get; set; }
Property Value
Type Description
string

The Azure, AWS or GCP region.

ResourceAnchorName

Declaration
[Required(ErrorMessage = "ResourceAnchorName is required.")]
[JsonProperty(PropertyName = "resourceAnchorName")]
public string ResourceAnchorName { get; set; }
Property Value
Type Description
string

CSP resource anchor ID or name.

Remarks

Required

ResourceAnchorUri

Declaration
[JsonProperty(PropertyName = "resourceAnchorUri")]
public string ResourceAnchorUri { get; set; }
Property Value
Type Description
string

CSP resource anchor Uri.

In this article
Back to top