CreateSteeringPolicyAttachmentDetails¶
-
class
oci.dns.models.
CreateSteeringPolicyAttachmentDetails
(**kwargs)¶ Bases:
object
The body for defining an attachment between a steering policy and a domain.
Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.
Methods
__init__
(**kwargs)Initializes a new CreateSteeringPolicyAttachmentDetails object with values from keyword arguments. Attributes
display_name
Gets the display_name of this CreateSteeringPolicyAttachmentDetails. domain_name
[Required] Gets the domain_name of this CreateSteeringPolicyAttachmentDetails. steering_policy_id
[Required] Gets the steering_policy_id of this CreateSteeringPolicyAttachmentDetails. zone_id
[Required] Gets the zone_id of this CreateSteeringPolicyAttachmentDetails. -
__init__
(**kwargs)¶ Initializes a new CreateSteeringPolicyAttachmentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - steering_policy_id (str) – The value to assign to the steering_policy_id property of this CreateSteeringPolicyAttachmentDetails.
- zone_id (str) – The value to assign to the zone_id property of this CreateSteeringPolicyAttachmentDetails.
- domain_name (str) – The value to assign to the domain_name property of this CreateSteeringPolicyAttachmentDetails.
- display_name (str) – The value to assign to the display_name property of this CreateSteeringPolicyAttachmentDetails.
-
display_name
¶ Gets the display_name of this CreateSteeringPolicyAttachmentDetails. 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 CreateSteeringPolicyAttachmentDetails. Return type: str
-
domain_name
¶ [Required] Gets the domain_name of this CreateSteeringPolicyAttachmentDetails. The attached domain within the attached zone.
Returns: The domain_name of this CreateSteeringPolicyAttachmentDetails. Return type: str
-
steering_policy_id
¶ [Required] Gets the steering_policy_id of this CreateSteeringPolicyAttachmentDetails. The OCID of the attached steering policy.
Returns: The steering_policy_id of this CreateSteeringPolicyAttachmentDetails. Return type: str
-
zone_id
¶ [Required] Gets the zone_id of this CreateSteeringPolicyAttachmentDetails. The OCID of the attached zone.
Returns: The zone_id of this CreateSteeringPolicyAttachmentDetails. Return type: str
-