Show / Hide Table of Contents

Class SddcPassword

SDDC vCenter/NSX/HCX password.

Inheritance
object
SddcPassword
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top