Show / Hide Table of Contents

Class VmwareVCenterProperties

VMware vCenter related properties.

Inheritance
object
VmwareVCenterProperties
Inherited Members
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 VmwareVCenterProperties

Properties

DataCenter

Declaration
[JsonProperty(PropertyName = "dataCenter")]
public string DataCenter { get; set; }
Property Value
Type Description
string

Data center name.

VcenterKey

Declaration
[JsonProperty(PropertyName = "vcenterKey")]
public string VcenterKey { get; set; }
Property Value
Type Description
string

vCenter unique key.

VcenterVersion

Declaration
[JsonProperty(PropertyName = "vcenterVersion")]
public string VcenterVersion { get; set; }
Property Value
Type Description
string

Dot-separated version string.

In this article
Back to top