Class GenerateRecommendedVmClusterNetworkDetails
Generates a recommended VM cluster network configuration for VM cluster.
Inherited Members
Namespace: Oci.DataccService.Models
Assembly: OCI.DotNetSDK.Datacc.dll
Syntax
public class GenerateRecommendedVmClusterNetworkDetails
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the compartment containing the VM cluster network. |
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. Example: {"foo-namespace": {"bar-key": "value"}} |
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The user-friendly name for the VM cluster network. The name does not need to be unique. |
Remarks
Required
DnsServers
Declaration
[JsonProperty(PropertyName = "dnsServers")]
public List<string> DnsServers { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | The list of DNS server IP addresses. Maximum of 3 allowed. |
FreeformTags
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> | Simple key-value pair that is applied without any predefined name, type or scope. This tag option exists for cross-compatibility only. Example: {"bar-key": "value"} |
InfrastructureId
Declaration
[Required(ErrorMessage = "InfrastructureId is required.")]
[JsonProperty(PropertyName = "infrastructureId")]
public string InfrastructureId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the Database Infrastructure. |
Remarks
Required
ListenerPort
Declaration
[JsonProperty(PropertyName = "listenerPort")]
public int? ListenerPort { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The listener TCP/IP port. |
ListenerPortSsl
Declaration
[JsonProperty(PropertyName = "listenerPortSsl")]
public int? ListenerPortSsl { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The listener TCP/IP SSL port. Default is 2484. |
NodeCount
Declaration
[JsonProperty(PropertyName = "nodeCount")]
public int? NodeCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Count of virtual machines in this VM cluster. |
NtpServers
Declaration
[JsonProperty(PropertyName = "ntpServers")]
public List<string> NtpServers { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | The list of NTP server IP addresses. Maximum of 3 allowed. |
VmNetworks
Declaration
[Required(ErrorMessage = "VmNetworks is required.")]
[JsonProperty(PropertyName = "vmNetworks")]
public List<InfoVmNetworkDetails> VmNetworks { get; set; }
Property Value
| Type | Description |
|---|---|
| List<InfoVmNetworkDetails> | Details of the client and backup networks. |
Remarks
Required