Show / Hide Table of Contents

Class AwsEbsAsset

AWS EBS type of asset.

Inheritance
object
Asset
AwsEbsAsset
Inherited Members
Asset.DisplayName
Asset.InventoryId
Asset.Id
Asset.CompartmentId
Asset.SourceKey
Asset.ExternalAssetKey
Asset.TimeCreated
Asset.TimeUpdated
Asset.AssetSourceIds
Asset.LifecycleState
Asset.FreeformTags
Asset.DefinedTags
Asset.SystemTags
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 AwsEbsAsset : Asset

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