UpdateSteeringPolicyAttachmentDetails¶
-
class
oci.dns.models.
UpdateSteeringPolicyAttachmentDetails
(**kwargs)¶ Bases:
object
The body for updating a steering policy attachment.
Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.
Methods
__init__
(**kwargs)Initializes a new UpdateSteeringPolicyAttachmentDetails object with values from keyword arguments. Attributes
display_name
Gets the display_name of this UpdateSteeringPolicyAttachmentDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateSteeringPolicyAttachmentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: display_name (str) – The value to assign to the display_name property of this UpdateSteeringPolicyAttachmentDetails.
-
display_name
¶ Gets the display_name of this UpdateSteeringPolicyAttachmentDetails. A user-friendly name for the steering policy attachment. Does not have to be unique and can be changed. Avoid entering confidential information.
Returns: The display_name of this UpdateSteeringPolicyAttachmentDetails. Return type: str
-