Show / Hide Table of Contents

Class VpcAccessArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VpcAccessArgs
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class VpcAccessArgs : ResourceArgs

Constructors

View Source

VpcAccessArgs()

Declaration
public VpcAccessArgs()

Properties

View Source

InstanceId

ID of the instance in VPC (ECS/Server Load Balance).

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

Name

The name of the vpc authorization.

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

Port

ID of the port corresponding to the instance.

Declaration
public Input<int> Port { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

VpcId

The vpc id of the vpc authorization.

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