Class VirtualAddressArgs
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.F5BigIP.Ltm
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class VirtualAddressArgs : ResourceArgs
Constructors
View SourceVirtualAddressArgs()
Declaration
public VirtualAddressArgs()
Properties
View SourceAdvertizeRoute
Enabled dynamic routing of the address
Declaration
public Input<bool> AdvertizeRoute { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Arp
Enable or disable ARP for the virtual address
Declaration
public Input<bool> Arp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
AutoDelete
Automatically delete the virtual address with the virtual server
Declaration
public Input<bool> AutoDelete { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ConnLimit
Max number of connections for virtual address
Declaration
public Input<int> ConnLimit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Enabled
Enable or disable the virtual address
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IcmpEcho
Enable/Disable ICMP response to the virtual address
Declaration
public Input<bool> IcmpEcho { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
Name of the virtual address
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TrafficGroup
Specify the partition and traffic group
Declaration
public Input<string> TrafficGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |