Show / Hide Table of Contents

Class UpdateVmwareVmAssetDetails

The information of VMware VM asset to be updated.

Inheritance
object
UpdateAssetDetails
UpdateVmwareVmAssetDetails
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 UpdateVmwareVmAssetDetails : UpdateAssetDetails

Properties

Compute

Declaration
[JsonProperty(PropertyName = "compute")]
public ComputeProperties Compute { get; set; }
Property Value
Type Description
ComputeProperties

Vm

Declaration
[JsonProperty(PropertyName = "vm")]
public VmProperties Vm { get; set; }
Property Value
Type Description
VmProperties

VmwareVCenter

Declaration
[JsonProperty(PropertyName = "vmwareVCenter")]
public VmwareVCenterProperties VmwareVCenter { get; set; }
Property Value
Type Description
VmwareVCenterProperties

VmwareVm

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