Class SddcPassword
SDDC vCenter/NSX/HCX password.
Inherited Members
Namespace: Oci.OcvpService.Models
Assembly: OCI.DotNetSDK.Ocvp.dll
Syntax
public class SddcPassword
Properties
PasswordType
Declaration
[Required(ErrorMessage = "PasswordType is required.")]
[JsonProperty(PropertyName = "passwordType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PasswordTypes? PasswordType { get; set; }
Property Value
| Type | Description |
|---|---|
| PasswordTypes? | SDDC password type. |
Remarks
Required
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string | SDDC vCenter/NSX/HCX password context. |
Remarks
Required