Show / Hide Table of Contents

Class UpdateAwsEbsAssetDetails

The information of AWS EBS asset to be updated.

Inheritance
object
UpdateAssetDetails
UpdateAwsEbsAssetDetails
Inherited Members
UpdateAssetDetails.DisplayName
UpdateAssetDetails.AssetSourceIds
UpdateAssetDetails.FreeformTags
UpdateAssetDetails.DefinedTags
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 UpdateAwsEbsAssetDetails : UpdateAssetDetails

Properties

AwsEbs

Declaration
[JsonProperty(PropertyName = "awsEbs")]
public AwsEbsProperties AwsEbs { get; set; }
Property Value
Type Description
AwsEbsProperties
In this article
Back to top