Class SlbAttachmentState
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.Edas
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class SlbAttachmentState : ResourceArgs
Constructors
View SourceSlbAttachmentState()
Declaration
public SlbAttachmentState()
Properties
View SourceAppId
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> |
ListenerPort
The listening port for the bound SLB instance.
Declaration
public Input<int> ListenerPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |
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> |
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> |
Type
The type of the bound SLB instance.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
VswitchId
VPC related vswitch ID.
Declaration
public Input<string> VswitchId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |