UpdateResolverEndpointDetails

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

Bases: object

The body for updating an existing resolver endpoint.

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

Attributes

ENDPOINT_TYPE_VNIC A constant which can be used with the endpoint_type property of a UpdateResolverEndpointDetails.
defined_tags Gets the defined_tags of this UpdateResolverEndpointDetails.
endpoint_type Gets the endpoint_type of this UpdateResolverEndpointDetails.
freeform_tags Gets the freeform_tags of this UpdateResolverEndpointDetails.

Methods

__init__(**kwargs) Initializes a new UpdateResolverEndpointDetails 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'

A constant which can be used with the endpoint_type property of a UpdateResolverEndpointDetails. This constant has a value of “VNIC”

__init__(**kwargs)

Initializes a new UpdateResolverEndpointDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • endpoint_type (str) – The value to assign to the endpoint_type property of this UpdateResolverEndpointDetails. Allowed values for this property are: “VNIC”
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateResolverEndpointDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateResolverEndpointDetails.
defined_tags

Gets the defined_tags of this UpdateResolverEndpointDetails.

Returns:The defined_tags of this UpdateResolverEndpointDetails.
Return type:dict(str, dict(str, object))
endpoint_type

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

Allowed values for this property are: “VNIC”

Returns:The endpoint_type of this UpdateResolverEndpointDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateResolverEndpointDetails.

Returns:The freeform_tags of this UpdateResolverEndpointDetails.
Return type:dict(str, 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.