Class SelfIpState
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.Net
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class SelfIpState : ResourceArgs
Constructors
View SourceSelfIpState()
Declaration
public SelfIpState()
Properties
View SourceIp
The Self IP's address and netmask.
Declaration
public Input<string> Ip { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the selfip
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TrafficGroup
Specifies the traffic group, defaults to traffic-group-local-only if not specified.
Declaration
public Input<string> TrafficGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Vlan
Specifies the VLAN for which you are setting a self IP address. This setting must be provided when a self IP is created.
Declaration
public Input<string> Vlan { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |