Show / Hide Table of Contents

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 Source

BusinessStatus

Limit search to specific business status - valid value is "Normal", "FinancialLocked".

Declaration
public readonly string BusinessStatus
Field Value
Type Description
System.String
View Source

CreateTime

The creation time of the VPN gateway.

Declaration
public readonly string CreateTime
Field Value
Type Description
System.String
View Source

Description

The description of the VPN

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

EnableIpsec

Whether the ipsec function is enabled.

Declaration
public readonly string EnableIpsec
Field Value
Type Description
System.String
View Source

EnableSsl

Whether the ssl function is enabled.

Declaration
public readonly string EnableSsl
Field Value
Type Description
System.String
View Source

EndTime

The expiration time of the VPN gateway.

Declaration
public readonly string EndTime
Field Value
Type Description
System.String
View Source

Id

ID of the VPN.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

InstanceChargeType

The charge type of the VPN gateway.

Declaration
public readonly string InstanceChargeType
Field Value
Type Description
System.String
View Source

InternetIp

The internet ip of the VPN.

Declaration
public readonly string InternetIp
Field Value
Type Description
System.String
View Source

Name

The name of the VPN.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Specification

The Specification of the VPN

Declaration
public readonly string Specification
Field Value
Type Description
System.String
View Source

SslConnections

Total count of ssl vpn connections.

Declaration
public readonly int SslConnections
Field Value
Type Description
System.Int32
View Source

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
View Source

VpcId

Use the VPC ID as the search key.

Declaration
public readonly string VpcId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.