Show / Hide Table of Contents

Class SelfIpState

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

Constructors

View Source

SelfIpState()

Declaration
public SelfIpState()

Properties

View Source

Ip

The Self IP's address and netmask.

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

Name

Name of the selfip

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

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>
View Source

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