Class ReadEndpointDetails
The read endpoint of a DB System.
Inherited Members
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public class ReadEndpointDetails
Properties
ExcludeIps
Declaration
[JsonProperty(PropertyName = "excludeIps")]
public List<string> ExcludeIps { get; set; }
Property Value
Type | Description |
---|---|
List<string> | A list of IP addresses of read replicas that are excluded from serving read requests. |
IsEnabled
Declaration
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? | Specifies if the DB System read endpoint is enabled or not. |
ReadEndpointHostnameLabel
Declaration
[JsonProperty(PropertyName = "readEndpointHostnameLabel")]
public string ReadEndpointHostnameLabel { get; set; }
Property Value
Type | Description |
---|---|
string | The hostname for the read endpoint of the DB System. Used for DNS.
|
ReadEndpointIpAddress
Declaration
[JsonProperty(PropertyName = "readEndpointIpAddress")]
public string ReadEndpointIpAddress { get; set; }
Property Value
Type | Description |
---|---|
string | The IP address the DB System read endpoint is configured to listen on. A private IP address of your choice to assign to the read endpoint of the DB System. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a "dotted-quad" style IPv4 address. |