Class SlbAttachmentArgs
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 SlbAttachmentArgs : ResourceArgs
Constructors
View SourceSlbAttachmentArgs()
Declaration
public SlbAttachmentArgs()
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> |
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> |