Class CreateManagementApplianceDetails
Information about management appliance to be created.
Inherited Members
Namespace: Oci.OcvpService.Models
Assembly: OCI.DotNetSDK.Ocvp.dll
Syntax
public class CreateManagementApplianceDetails
Properties
Configuration
Declaration
[Required(ErrorMessage = "Configuration is required.")]
[JsonProperty(PropertyName = "configuration")]
public ManagementApplianceConfiguration Configuration { get; set; }
Property Value
| Type | Description |
|---|---|
| ManagementApplianceConfiguration |
Remarks
Required
Connections
Declaration
[Required(ErrorMessage = "Connections is required.")]
[JsonProperty(PropertyName = "connections")]
public List<ManagementApplianceConnection> Connections { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ManagementApplianceConnection> | Array of connections for management appliance. |
Remarks
Required
DefinedTags
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, Dictionary<string, object>> | Defined tags for this resource. Each key is predefined and scoped to a
namespace. For more information, see Resource Tags.
|
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A descriptive name for the management appliance. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information. |
Remarks
Required
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> | Free-form tags for this resource. Each tag is a simple key-value pair with no
predefined name, type, or namespace. For more information, see Resource Tags.
|
PublicSshKeys
Declaration
[JsonProperty(PropertyName = "publicSshKeys")]
public string PublicSshKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| string | One or more public SSH keys to be included in |
SddcId
Declaration
[Required(ErrorMessage = "SddcId is required.")]
[JsonProperty(PropertyName = "sddcId")]
public string SddcId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of SDDC in OCI, that this appliance is going to be registered in. |
Remarks
Required