Show / Hide Table of Contents

Class AwsEbsAssetDetails

AWS EBS type of asset.

Inheritance
object
AwsEbsAssetDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudbridgeService.Models
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class AwsEbsAssetDetails

Properties

AwsEbs

Declaration
[Required(ErrorMessage = "AwsEbs is required.")]
[JsonProperty(PropertyName = "awsEbs")]
public AwsEbsProperties AwsEbs { get; set; }
Property Value
Type Description
AwsEbsProperties
Remarks

Required

In this article
Back to top