Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateSteeringPolicyRequest

example

Click here to see how to use UpdateSteeringPolicyRequest.

Hierarchy

Properties

Optional ifMatch

ifMatch: undefined | string

The {@code If-Match} header field makes the request method conditional on the existence of at least one current representation of the target resource, when the field-value is {@code *}, or having a current representation of the target resource that has an entity-tag matching a member of the list of entity-tags provided in the field-value.

Optional ifUnmodifiedSince

ifUnmodifiedSince: undefined | string

The {@code If-Unmodified-Since} header field makes the request method conditional on the selected representation's last modification date being earlier than or equal to the date provided in the field-value. This field accomplishes the same purpose as If-Match for cases where the user agent does not have an entity-tag for the representation.

Optional opcRequestId

opcRequestId: undefined | string

Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made

Optional scope

scope: model.Scope

Specifies to operate only on resources that have a matching DNS scope.

steeringPolicyId

steeringPolicyId: string

The OCID of the target steering policy.

updateSteeringPolicyDetails

updateSteeringPolicyDetails: UpdateSteeringPolicyDetails

New data for the steering policy.