Class AwsEbsAsset
AWS EBS type of asset.
Inherited Members
Namespace: Oci.CloudbridgeService.Models
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class AwsEbsAsset : AssetProperties
AwsEbs
Declaration
[Required(ErrorMessage = "AwsEbs is required.")]
[JsonProperty(PropertyName = "awsEbs")]
public AwsEbsProperties AwsEbs { get; set; }Property Value
| Type | Description | 
|---|---|
| AwsEbsProperties | 
Remarks
Required