Show / Hide Table of Contents

Class ApiHttpServiceConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApiHttpServiceConfigArgs
Inherited Members
ResourceArgs.Empty
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 ApiHttpServiceConfigArgs : ResourceArgs

Constructors

View Source

ApiHttpServiceConfigArgs()

Declaration
public ApiHttpServiceConfigArgs()

Properties

View Source

Address

The address of backend service.

Declaration
public Input<string> Address { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AoneName

Declaration
public Input<string> AoneName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Method

The http method of backend service.

Declaration
public Input<string> Method { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Path

The path of backend service.

Declaration
public Input<string> Path { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Timeout

Backend service time-out time; unit: millisecond.

Declaration
public Input<int> Timeout { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.