Show / Hide Table of Contents

Class SlbAttachmentState

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

Constructors

View Source

SlbAttachmentState()

Declaration
public SlbAttachmentState()

Properties

View Source

AppId

The ID of the applicaton to which you want to bind an SLB instance.

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

ListenerPort

The listening port for the bound SLB instance.

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

SlbId

The ID of the SLB instance that is going to be bound.

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

SlbIp

The IP address that is allocated to the bound SLB instance.

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

SlbStatus

Running Status of SLB instance. Inactive:The instance is stopped, and listener will not monitor and foward traffic. Active:The instance is running. After the instance is created, the default state is active. Locked:The instance is locked, the instance has been owed or locked by Alibaba Cloud. Expired: The instance has expired.

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

Type

The type of the bound SLB instance.

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

VserverGroupId

The ID of the virtual server (VServer) group associated with the intranet SLB instance.

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

VswitchId

VPC related vswitch ID.

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