Show / Hide Table of Contents

Class VmAsset

VM type of asset.

Inheritance
object
Asset
VmAsset
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 VmAsset : Asset

Properties

Compute

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

Required

Vm

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

Required

In this article
Back to top