Show / Hide Table of Contents

Class ListShapesRequest

Inheritance
object
ListShapesRequest
Implements
IOciRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MysqlService.Requests
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public class ListShapesRequest : IOciRequest
Examples

Click here to see an example of how to use ListShapes request.

Properties

AvailabilityDomain

Declaration
[HttpConverter(TargetEnum.Query, "availabilityDomain")]
public string AvailabilityDomain { get; set; }
Property Value
Type Description
string

The name of the Availability Domain.

CompartmentId

Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[HttpConverter(TargetEnum.Query, "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The compartment OCID.

Remarks

Required

IsSupportedFor

Declaration
[HttpConverter(TargetEnum.Query, "isSupportedFor", CollectionFormatType.Multi)]
public List<ListShapesRequest.IsSupportedForEnum> IsSupportedFor { get; set; }
Property Value
Type Description
List<ListShapesRequest.IsSupportedForEnum>

Return shapes that are supported by the service feature.

Name

Declaration
[HttpConverter(TargetEnum.Query, "name")]
public string Name { get; set; }
Property Value
Type Description
string

Name

OpcRequestId

Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type Description
string

Customer-defined unique identifier for the request. If you need to contact Oracle about a specific request, please provide the request ID that you supplied in this header with the request.

Implements

IOciRequest
In this article
Back to top