Class ManagementApplianceConnection
Management appliance connection.
Inherited Members
Namespace: Oci.OcvpService.Models
Assembly: OCI.DotNetSDK.Ocvp.dll
Syntax
public class ManagementApplianceConnection
Properties
CredentialsSecretId
Declaration
[Required(ErrorMessage = "CredentialsSecretId is required.")]
[JsonProperty(PropertyName = "credentialsSecretId")]
public string CredentialsSecretId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of secret in OCI vault, that is used for storage of username and password in JSON format. |
Remarks
Required
Type
Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ManagementApplianceConnectionType? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| ManagementApplianceConnectionType? | Type of connection. |
Remarks
Required