Class ResizeVmClusterNetworkDetails
Details of Db server network nodes to extend or shrink the VM cluster network. Applies to Exadata Cloud@Customer instances only.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ResizeVmClusterNetworkDetails
Properties
Action
Declaration
[Required(ErrorMessage = "Action is required.")]
[JsonProperty(PropertyName = "action")]
[JsonConverter(typeof(StringEnumConverter))]
public ResizeVmClusterNetworkDetails.ActionEnum? Action { get; set; }
Property Value
Type | Description |
---|---|
ResizeVmClusterNetworkDetails.ActionEnum? | Actions that can be performed on the VM cluster network. ADD_DBSERVER_NETWORK - Provide Db server network details of network nodes to be added to the VM cluster network. REMOVE_DBSERVER_NETWORK - Provide Db server network details of network nodes to be removed from the VM cluster network. |
Remarks
Required
VmNetworks
Declaration
[Required(ErrorMessage = "VmNetworks is required.")]
[JsonProperty(PropertyName = "vmNetworks")]
public List<VmNetworkDetails> VmNetworks { get; set; }
Property Value
Type | Description |
---|---|
List<VmNetworkDetails> | Details of the client and backup networks. |
Remarks
Required