Class ApiHttpVpcServiceConfigArgs
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.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ApiHttpVpcServiceConfigArgs : ResourceArgs
Constructors
View SourceApiHttpVpcServiceConfigArgs()
Declaration
public ApiHttpVpcServiceConfigArgs()
Properties
View SourceAoneName
Declaration
public Input<string> AoneName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Method
The http method of backend service.
Declaration
public Input<string> Method { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
System parameter name which supports values including in system parameter list
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Path
The path of backend service.
Declaration
public Input<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Timeout
Backend service time-out time; unit: millisecond.
Declaration
public Input<int> Timeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |