ResolverVnicEndpointSummary

class oci.dns.models.ResolverVnicEndpointSummary(**kwargs)

Bases: oci.dns.models.resolver_endpoint_summary.ResolverEndpointSummary

An OCI DNS resolver VNIC endpoint. A VNIC is created for each ResolverVnicEndpoint. VCNs and subnets cannot be deleted while ResolverVnicEndpoints exist in them due to the VNIC.

Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.

Attributes

ENDPOINT_TYPE_VNIC str(object=’’) -> str
LIFECYCLE_STATE_ACTIVE str(object=’’) -> str
LIFECYCLE_STATE_CREATING str(object=’’) -> str
LIFECYCLE_STATE_DELETED str(object=’’) -> str
LIFECYCLE_STATE_DELETING str(object=’’) -> str
LIFECYCLE_STATE_FAILED str(object=’’) -> str
LIFECYCLE_STATE_UPDATING str(object=’’) -> str
compartment_id [Required] Gets the compartment_id of this ResolverEndpointSummary.
endpoint_type Gets the endpoint_type of this ResolverEndpointSummary.
forwarding_address Gets the forwarding_address of this ResolverEndpointSummary.
is_forwarding [Required] Gets the is_forwarding of this ResolverEndpointSummary.
is_listening [Required] Gets the is_listening of this ResolverEndpointSummary.
lifecycle_state [Required] Gets the lifecycle_state of this ResolverEndpointSummary.
listening_address Gets the listening_address of this ResolverEndpointSummary.
name [Required] Gets the name of this ResolverEndpointSummary.
subnet_id [Required] Gets the subnet_id of this ResolverVnicEndpointSummary.
time_created [Required] Gets the time_created of this ResolverEndpointSummary.
time_updated [Required] Gets the time_updated of this ResolverEndpointSummary.

Methods

__init__(**kwargs) Initializes a new ResolverVnicEndpointSummary object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
ENDPOINT_TYPE_VNIC = 'VNIC'
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'
LIFECYCLE_STATE_CREATING = 'CREATING'
LIFECYCLE_STATE_DELETED = 'DELETED'
LIFECYCLE_STATE_DELETING = 'DELETING'
LIFECYCLE_STATE_FAILED = 'FAILED'
LIFECYCLE_STATE_UPDATING = 'UPDATING'
__init__(**kwargs)

Initializes a new ResolverVnicEndpointSummary object with values from keyword arguments. The default value of the endpoint_type attribute of this class is VNIC and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this ResolverVnicEndpointSummary.
  • endpoint_type (str) – The value to assign to the endpoint_type property of this ResolverVnicEndpointSummary. Allowed values for this property are: “VNIC”
  • forwarding_address (str) – The value to assign to the forwarding_address property of this ResolverVnicEndpointSummary.
  • is_forwarding (bool) – The value to assign to the is_forwarding property of this ResolverVnicEndpointSummary.
  • is_listening (bool) – The value to assign to the is_listening property of this ResolverVnicEndpointSummary.
  • listening_address (str) – The value to assign to the listening_address property of this ResolverVnicEndpointSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this ResolverVnicEndpointSummary.
  • time_created (datetime) – The value to assign to the time_created property of this ResolverVnicEndpointSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this ResolverVnicEndpointSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this ResolverVnicEndpointSummary. Allowed values for this property are: “ACTIVE”, “CREATING”, “DELETED”, “DELETING”, “FAILED”, “UPDATING”
  • _self (str) – The value to assign to the _self property of this ResolverVnicEndpointSummary.
  • subnet_id (str) – The value to assign to the subnet_id property of this ResolverVnicEndpointSummary.
compartment_id

[Required] Gets the compartment_id of this ResolverEndpointSummary. The OCID of the owning compartment. This will match the resolver that the resolver endpoint is under and will be updated if the resolver’s compartment is changed.

Returns:The compartment_id of this ResolverEndpointSummary.
Return type:str
endpoint_type

Gets the endpoint_type of this ResolverEndpointSummary. The type of resolver endpoint. VNIC is currently the only supported type.

Allowed values for this property are: “VNIC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The endpoint_type of this ResolverEndpointSummary.
Return type:str
forwarding_address

Gets the forwarding_address of this ResolverEndpointSummary. An IP address from which forwarded queries may be sent. For VNIC endpoints, this IP address must be part of the subnet and will be assigned by the system if unspecified when isForwarding is true.

Returns:The forwarding_address of this ResolverEndpointSummary.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

is_forwarding

[Required] Gets the is_forwarding of this ResolverEndpointSummary. A Boolean flag indicating whether or not the resolver endpoint is for forwarding.

Returns:The is_forwarding of this ResolverEndpointSummary.
Return type:bool
is_listening

[Required] Gets the is_listening of this ResolverEndpointSummary. A Boolean flag indicating whether or not the resolver endpoint is for listening.

Returns:The is_listening of this ResolverEndpointSummary.
Return type:bool
lifecycle_state

[Required] Gets the lifecycle_state of this ResolverEndpointSummary. The current state of the resource.

Allowed values for this property are: “ACTIVE”, “CREATING”, “DELETED”, “DELETING”, “FAILED”, “UPDATING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this ResolverEndpointSummary.
Return type:str
listening_address

Gets the listening_address of this ResolverEndpointSummary. An IP address to listen to queries on. For VNIC endpoints this IP address must be part of the subnet and will be assigned by the system if unspecified when isListening is true.

Returns:The listening_address of this ResolverEndpointSummary.
Return type:str
name

[Required] Gets the name of this ResolverEndpointSummary. The name of the resolver endpoint. Must be unique, case-insensitive, within the resolver.

Returns:The name of this ResolverEndpointSummary.
Return type:str
subnet_id

[Required] Gets the subnet_id of this ResolverVnicEndpointSummary. The OCID of a subnet. Must be part of the VCN that the resolver is attached to.

Returns:The subnet_id of this ResolverVnicEndpointSummary.
Return type:str
time_created

[Required] Gets the time_created of this ResolverEndpointSummary. The date and time the resource was created in “YYYY-MM-ddThh:mm:ssZ” format with a Z offset, as defined by RFC 3339.

Example: 2016-07-22T17:23:59:60Z

Returns:The time_created of this ResolverEndpointSummary.
Return type:datetime
time_updated

[Required] Gets the time_updated of this ResolverEndpointSummary. The date and time the resource was last updated in “YYYY-MM-ddThh:mm:ssZ” format with a Z offset, as defined by RFC 3339.

Example: 2016-07-22T17:23:59:60Z

Returns:The time_updated of this ResolverEndpointSummary.
Return type:datetime