UpdateEndpointDetails¶
-
class
oci.data_connectivity.models.
UpdateEndpointDetails
(**kwargs)¶ Bases:
object
The information to be updated.
Methods
__init__
(**kwargs)Initializes a new UpdateEndpointDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdateEndpointDetails. description
Gets the description of this UpdateEndpointDetails. display_name
Gets the display_name of this UpdateEndpointDetails. endpoint_size
Gets the endpoint_size of this UpdateEndpointDetails. freeform_tags
Gets the freeform_tags of this UpdateEndpointDetails. nsg_ids
Gets the nsg_ids of this UpdateEndpointDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateEndpointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateEndpointDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateEndpointDetails.
- description (str) – The value to assign to the description property of this UpdateEndpointDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateEndpointDetails.
- endpoint_size (int) – The value to assign to the endpoint_size property of this UpdateEndpointDetails.
- nsg_ids (list[str]) – The value to assign to the nsg_ids property of this UpdateEndpointDetails.
Gets the defined_tags of this UpdateEndpointDetails. Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this UpdateEndpointDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateEndpointDetails. Data Connectivity Management Registry description
Returns: The description of this UpdateEndpointDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateEndpointDetails. Data Connectivity Management Registry display name, registries can be renamed
Returns: The display_name of this UpdateEndpointDetails. Return type: str
-
endpoint_size
¶ Gets the endpoint_size of this UpdateEndpointDetails. Update Endpoint size for reverse connection capacity.
Returns: The endpoint_size of this UpdateEndpointDetails. Return type: int
Gets the freeform_tags of this UpdateEndpointDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this UpdateEndpointDetails. Return type: dict(str, str)
-
nsg_ids
¶ Gets the nsg_ids of this UpdateEndpointDetails. List of NSGs to which the Private Endpoint VNIC must be added.
Returns: The nsg_ids of this UpdateEndpointDetails. Return type: list[str]
-