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. - endpoint_type- Gets the endpoint_type 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” 
 - 
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 
 - 
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. 
 
-