Show / Hide Table of Contents

Class SlbAttachmentArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SlbAttachmentArgs
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 SlbAttachmentArgs : ResourceArgs

Constructors

View Source

SlbAttachmentArgs()

Declaration
public SlbAttachmentArgs()

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

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
Back to top Copyright 2016-2020, Pulumi Corporation.