Show / Hide Table of Contents

Class VirtualAddressArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VirtualAddressArgs
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.F5BigIP.Ltm
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class VirtualAddressArgs : ResourceArgs

Constructors

View Source

VirtualAddressArgs()

Declaration
public VirtualAddressArgs()

Properties

View Source

AdvertizeRoute

Enabled dynamic routing of the address

Declaration
public Input<bool> AdvertizeRoute { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Arp

Enable or disable ARP for the virtual address

Declaration
public Input<bool> Arp { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

AutoDelete

Automatically delete the virtual address with the virtual server

Declaration
public Input<bool> AutoDelete { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ConnLimit

Max number of connections for virtual address

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

Enabled

Enable or disable the virtual address

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

IcmpEcho

Enable/Disable ICMP response to the virtual address

Declaration
public Input<bool> IcmpEcho { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Name

Name of the virtual address

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

TrafficGroup

Specify the partition and traffic group

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