Class SupportedCloudRegionCollection
Collection of supported cloud regions.
Inherited Members
Namespace: Oci.CloudbridgeService.Models
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class SupportedCloudRegionCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<SupportedCloudRegionSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<SupportedCloudRegionSummary> | List of supported cloud regions. |
Remarks
Required