Show / Hide Table of Contents

Class NetworkBondingModeDetails

Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.

Inheritance
object
NetworkBondingModeDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class NetworkBondingModeDetails

Properties

BackupNetworkBondingMode

Declaration
[JsonProperty(PropertyName = "backupNetworkBondingMode")]
[JsonConverter(typeof(ResponseEnumConverter))]
public NetworkBondingModeDetails.BackupNetworkBondingModeEnum? BackupNetworkBondingMode { get; set; }
Property Value
Type Description
NetworkBondingModeDetails.BackupNetworkBondingModeEnum?

The network bonding mode for the Exadata infrastructure.

ClientNetworkBondingMode

Declaration
[JsonProperty(PropertyName = "clientNetworkBondingMode")]
[JsonConverter(typeof(ResponseEnumConverter))]
public NetworkBondingModeDetails.ClientNetworkBondingModeEnum? ClientNetworkBondingMode { get; set; }
Property Value
Type Description
NetworkBondingModeDetails.ClientNetworkBondingModeEnum?

The network bonding mode for the Exadata infrastructure.

DrNetworkBondingMode

Declaration
[JsonProperty(PropertyName = "drNetworkBondingMode")]
[JsonConverter(typeof(ResponseEnumConverter))]
public NetworkBondingModeDetails.DrNetworkBondingModeEnum? DrNetworkBondingMode { get; set; }
Property Value
Type Description
NetworkBondingModeDetails.DrNetworkBondingModeEnum?

The network bonding mode for the Exadata infrastructure.

In this article
Back to top