Class ListSteeringPolicyAttachmentsRequest
Implements
Inherited Members
Namespace: Oci.DnsService.Requests
Assembly: OCI.DotNetSDK.Dns.dll
Syntax
public class ListSteeringPolicyAttachmentsRequest : IOciRequest
Examples
Click here to see an example of how to use ListSteeringPolicyAttachments request.
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[HttpConverter(TargetEnum.Query, "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compartment the resource belongs to. |
Remarks
Required
DisplayName
Declaration
[HttpConverter(TargetEnum.Query, "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The displayName of a resource. |
Domain
Declaration
[HttpConverter(TargetEnum.Query, "domain")]
public string Domain { get; set; }
Property Value
Type | Description |
---|---|
string | Search by domain. Will match any record whose domain (case-insensitive) equals the provided value. |
DomainContains
Declaration
[HttpConverter(TargetEnum.Query, "domainContains")]
public string DomainContains { get; set; }
Property Value
Type | Description |
---|---|
string | Search by domain. Will match any record whose domain (case-insensitive) contains the provided value. |
Id
Declaration
[HttpConverter(TargetEnum.Query, "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of a resource. |
LifecycleState
Declaration
[HttpConverter(TargetEnum.Query, "lifecycleState")]
public SteeringPolicyAttachmentSummary.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
SteeringPolicyAttachmentSummary.LifecycleStateEnum? | The state of a resource. |
Limit
Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public long? Limit { get; set; }
Property Value
Type | Description |
---|---|
long? | The maximum number of items to return in a page of the collection. |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
Page
Declaration
[HttpConverter(TargetEnum.Query, "page")]
public string Page { get; set; }
Property Value
Type | Description |
---|---|
string | The value of the |
Scope
Declaration
[HttpConverter(TargetEnum.Query, "scope")]
public Scope? Scope { get; set; }
Property Value
Type | Description |
---|---|
Scope? | Specifies to operate only on resources that have a matching DNS scope. |
SortBy
Declaration
[HttpConverter(TargetEnum.Query, "sortBy")]
public ListSteeringPolicyAttachmentsRequest.SortByEnum? SortBy { get; set; }
Property Value
Type | Description |
---|---|
ListSteeringPolicyAttachmentsRequest.SortByEnum? | The field by which to sort steering policy attachments. If unspecified, defaults to |
SortOrder
Declaration
[HttpConverter(TargetEnum.Query, "sortOrder")]
public SortOrder? SortOrder { get; set; }
Property Value
Type | Description |
---|---|
SortOrder? | The order to sort the resources. |
SteeringPolicyId
Declaration
[HttpConverter(TargetEnum.Query, "steeringPolicyId")]
public string SteeringPolicyId { get; set; }
Property Value
Type | Description |
---|---|
string | Search by steering policy OCID. Will match any resource whose steering policy ID matches the provided value. |
TimeCreatedGreaterThanOrEqualTo
Declaration
[HttpConverter(TargetEnum.Query, "timeCreatedGreaterThanOrEqualTo")]
public DateTime? TimeCreatedGreaterThanOrEqualTo { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | An RFC 3339 timestamp that states all returned resources were created on or after the indicated time. |
TimeCreatedLessThan
Declaration
[HttpConverter(TargetEnum.Query, "timeCreatedLessThan")]
public DateTime? TimeCreatedLessThan { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | An RFC 3339 timestamp that states all returned resources were created before the indicated time. |
ZoneId
Declaration
[HttpConverter(TargetEnum.Query, "zoneId")]
public string ZoneId { get; set; }
Property Value
Type | Description |
---|---|
string | Search by zone OCID. Will match any resource whose zone ID matches the provided value. |