Class UpdateVmwareVmAssetDetails
The information of VMware VM asset to be updated.
Inheritance
UpdateVmwareVmAssetDetails
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class UpdateVmwareVmAssetDetails : UpdateAssetDetails
Properties
Compute
Declaration
[JsonProperty(PropertyName = "compute")]
public ComputeProperties Compute { get; set; }
Property Value
Vm
Declaration
[JsonProperty(PropertyName = "vm")]
public VmProperties Vm { get; set; }
Property Value
VmwareVCenter
Declaration
[JsonProperty(PropertyName = "vmwareVCenter")]
public VmwareVCenterProperties VmwareVCenter { get; set; }
Property Value
VmwareVm
Declaration
[JsonProperty(PropertyName = "vmwareVm")]
public VmwareVmProperties VmwareVm { get; set; }
Property Value