AddOracleManagedCustomEndpointDetails¶
-
class
oci.integration.models.
AddOracleManagedCustomEndpointDetails
(**kwargs)¶ Bases:
object
Details for enabling Oracle Managed custom endpoint
Attributes
DNS_TYPE_OCI
A constant which can be used with the dns_type property of a AddOracleManagedCustomEndpointDetails. dns_type
Gets the dns_type of this AddOracleManagedCustomEndpointDetails. dns_zone_name
Gets the dns_zone_name of this AddOracleManagedCustomEndpointDetails. hostname
[Required] Gets the hostname of this AddOracleManagedCustomEndpointDetails. Methods
__init__
(**kwargs)Initializes a new AddOracleManagedCustomEndpointDetails object with values from keyword arguments. -
DNS_TYPE_OCI
= 'OCI'¶ A constant which can be used with the dns_type property of a AddOracleManagedCustomEndpointDetails. This constant has a value of “OCI”
-
__init__
(**kwargs)¶ Initializes a new AddOracleManagedCustomEndpointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - hostname (str) – The value to assign to the hostname property of this AddOracleManagedCustomEndpointDetails.
- dns_type (str) – The value to assign to the dns_type property of this AddOracleManagedCustomEndpointDetails. Allowed values for this property are: “OCI”
- dns_zone_name (str) – The value to assign to the dns_zone_name property of this AddOracleManagedCustomEndpointDetails.
-
dns_type
¶ Gets the dns_type of this AddOracleManagedCustomEndpointDetails. Type of DNS.
Allowed values for this property are: “OCI”
Returns: The dns_type of this AddOracleManagedCustomEndpointDetails. Return type: str
-
dns_zone_name
¶ Gets the dns_zone_name of this AddOracleManagedCustomEndpointDetails. DNS Zone name
Returns: The dns_zone_name of this AddOracleManagedCustomEndpointDetails. Return type: str
-
hostname
¶ [Required] Gets the hostname of this AddOracleManagedCustomEndpointDetails. Oracle managed custom hostname
Returns: The hostname of this AddOracleManagedCustomEndpointDetails. Return type: str
-