Show / Hide Table of Contents

Class CreateVmwareVmAssetDetails

Create VMware VM type of asset.

Inheritance
object
CreateAssetDetails
CreateVmwareVmAssetDetails
Inherited Members
CreateAssetDetails.DisplayName
CreateAssetDetails.InventoryId
CreateAssetDetails.CompartmentId
CreateAssetDetails.SourceKey
CreateAssetDetails.ExternalAssetKey
CreateAssetDetails.AssetSourceIds
CreateAssetDetails.FreeformTags
CreateAssetDetails.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 CreateVmwareVmAssetDetails : CreateAssetDetails

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

VmwareVCenter

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

Required

VmwareVm

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

Required

In this article
Back to top