Class ApiRequestConfig
Inheritance
System.Object
ApiRequestConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.ApiGateway.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ApiRequestConfig
Fields
View SourceBodyFormat
The body format of the api, which support the values of 'STREAM' and 'FORM'
Declaration
public readonly string BodyFormat
Field Value
| Type | Description |
|---|---|
| System.String |
Method
The http method of backend service.
Declaration
public readonly string Method
Field Value
| Type | Description |
|---|---|
| System.String |
Mode
The mode of the parameters between request parameters and service parameters, which support the values of 'MAPPING' and 'PASSTHROUGH'
Declaration
public readonly string Mode
Field Value
| Type | Description |
|---|---|
| System.String |
Path
The path of backend service.
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
Protocol
The protocol of api which supports values of 'HTTP','HTTPS' or 'HTTP,HTTPS'
Declaration
public readonly string Protocol
Field Value
| Type | Description |
|---|---|
| System.String |