@@ -82,7 +82,10 @@ def __init__(self, config, **kwargs):
8282
8383 def create_steering_policy (self , create_steering_policy_details , ** kwargs ):
8484 """
85- Creates a new steering policy in the specified compartment.
85+ Creates a new steering policy in the specified compartment. For more information on
86+ creating policies with templates, see `Traffic Management API Guide`__.
87+
88+ __ https://docs.cloud.oracle.com/iaas/Content/TrafficManagement/Concepts/trafficmanagementapi.htm
8689
8790
8891 :param CreateSteeringPolicyDetails create_steering_policy_details: (required)
@@ -151,9 +154,12 @@ def create_steering_policy(self, create_steering_policy_details, **kwargs):
151154
152155 def create_steering_policy_attachment (self , create_steering_policy_attachment_details , ** kwargs ):
153156 """
154- Creates a new attachment between a steering policy and a domain.
157+ Creates a new attachment between a steering policy and a domain, giving the
158+ policy permission to answer queries for the specified domain. A steering policy must
159+ be attached to a domain for the policy to answer DNS queries for that domain.
160+
155161 For the purposes of access control, the attachment is automatically placed
156- into the same compartment as the containing zone of the domain .
162+ into the same compartment as the domain's zone.
157163
158164
159165 :param CreateSteeringPolicyAttachmentDetails create_steering_policy_attachment_details: (required)
@@ -493,7 +499,8 @@ def delete_steering_policy(self, steering_policy_id, **kwargs):
493499 """
494500 Deletes the specified steering policy.
495501 A `204` response indicates that the delete has been successful.
496- Deletion will fail if the policy is attached to any zones.
502+ Deletion will fail if the policy is attached to any zones. To detach a
503+ policy from a zone, see `DeleteSteeringPolicyAttachment`.
497504
498505
499506 :param str steering_policy_id: (required)
@@ -1470,7 +1477,7 @@ def list_steering_policies(self, compartment_id, **kwargs):
14701477
14711478 :param str health_check_monitor_id: (optional)
14721479 Search by health check monitor OCID.
1473- Will match any resource whose health check monitor id matches the provided value.
1480+ Will match any resource whose health check monitor ID matches the provided value.
14741481
14751482 :param datetime time_created_greater_than_or_equal_to: (optional)
14761483 An `RFC 3339`__ timestamp that states
@@ -1485,7 +1492,7 @@ def list_steering_policies(self, compartment_id, **kwargs):
14851492 __ https://www.ietf.org/rfc/rfc3339.txt
14861493
14871494 :param str template: (optional)
1488- Search by template type.
1495+ Search by steering template type.
14891496 Will match any resource whose template type matches the provided value.
14901497
14911498 :param str lifecycle_state: (optional)
@@ -1494,7 +1501,7 @@ def list_steering_policies(self, compartment_id, **kwargs):
14941501 Allowed values are: "ACTIVE", "CREATING", "DELETED", "DELETING"
14951502
14961503 :param str sort_by: (optional)
1497- The field by which to sort steering policies.
1504+ The field by which to sort steering policies. If unspecified, defaults to `timeCreated`.
14981505
14991506 Allowed values are: "displayName", "timeCreated", "template"
15001507
@@ -1623,11 +1630,11 @@ def list_steering_policy_attachments(self, compartment_id, **kwargs):
16231630
16241631 :param str steering_policy_id: (optional)
16251632 Search by steering policy OCID.
1626- Will match any resource whose steering policy id matches the provided value.
1633+ Will match any resource whose steering policy ID matches the provided value.
16271634
16281635 :param str zone_id: (optional)
16291636 Search by zone OCID.
1630- Will match any resource whose zone id matches the provided value.
1637+ Will match any resource whose zone ID matches the provided value.
16311638
16321639 :param str domain: (optional)
16331640 Search by domain.
@@ -1655,7 +1662,7 @@ def list_steering_policy_attachments(self, compartment_id, **kwargs):
16551662 Allowed values are: "CREATING", "ACTIVE", "DELETING"
16561663
16571664 :param str sort_by: (optional)
1658- The field by which to sort steering policy attachments.
1665+ The field by which to sort steering policy attachments. If unspecified, defaults to `timeCreated`.
16591666
16601667 Allowed values are: "displayName", "timeCreated", "domainName"
16611668
@@ -1923,7 +1930,10 @@ def list_zones(self, compartment_id, **kwargs):
19231930
19241931 def patch_domain_records (self , zone_name_or_id , domain , patch_domain_records_details , ** kwargs ):
19251932 """
1926- Updates records in the specified zone at a domain. You can update one record or all records for the specified zone depending on the changes provided in the request body. You can also add or remove records using this function.
1933+ Updates records in the specified zone at a domain. You can update
1934+ one record or all records for the specified zone depending on the changes
1935+ provided in the request body. You can also add or remove records using this
1936+ function.
19271937
19281938
19291939 :param str zone_name_or_id: (required)
@@ -2460,7 +2470,7 @@ def update_rr_set(self, zone_name_or_id, domain, rtype, update_rr_set_details, *
24602470
24612471 def update_steering_policy (self , steering_policy_id , update_steering_policy_details , ** kwargs ):
24622472 """
2463- Updates the specified steering policy with your new information .
2473+ Updates the configuration of the specified steering policy .
24642474
24652475
24662476 :param str steering_policy_id: (required)
0 commit comments