Class GetGatewaysGatewayResult
Inheritance
System.Object
GetGatewaysGatewayResult
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.Vpn.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetGatewaysGatewayResult
Fields
View SourceBusinessStatus
Limit search to specific business status - valid value is "Normal", "FinancialLocked".
Declaration
public readonly string BusinessStatus
Field Value
| Type | Description |
|---|---|
| System.String |
CreateTime
The creation time of the VPN gateway.
Declaration
public readonly string CreateTime
Field Value
| Type | Description |
|---|---|
| System.String |
Description
The description of the VPN
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
EnableIpsec
Whether the ipsec function is enabled.
Declaration
public readonly string EnableIpsec
Field Value
| Type | Description |
|---|---|
| System.String |
EnableSsl
Whether the ssl function is enabled.
Declaration
public readonly string EnableSsl
Field Value
| Type | Description |
|---|---|
| System.String |
EndTime
The expiration time of the VPN gateway.
Declaration
public readonly string EndTime
Field Value
| Type | Description |
|---|---|
| System.String |
Id
ID of the VPN.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceChargeType
The charge type of the VPN gateway.
Declaration
public readonly string InstanceChargeType
Field Value
| Type | Description |
|---|---|
| System.String |
InternetIp
The internet ip of the VPN.
Declaration
public readonly string InternetIp
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the VPN.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Specification
The Specification of the VPN
Declaration
public readonly string Specification
Field Value
| Type | Description |
|---|---|
| System.String |
SslConnections
Total count of ssl vpn connections.
Declaration
public readonly int SslConnections
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Status
Limit search to specific status - valid value is "Init", "Provisioning", "Active", "Updating", "Deleting".
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
VpcId
Use the VPC ID as the search key.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |