Show / Hide Table of Contents

Class ManagementApplianceConnection

Management appliance connection.

Inheritance
object
ManagementApplianceConnection
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 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

In this article
Back to top