Class DeviceArgs
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.CM
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class DeviceArgs : ResourceArgs
Constructors
View SourceDeviceArgs()
Declaration
public DeviceArgs()
Properties
View SourceConfigsyncIp
IP address used for config sync
Declaration
public Input<string> ConfigsyncIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MirrorIp
IP address used for state mirroring
Declaration
public Input<string> MirrorIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MirrorSecondaryIp
Secondary IP address used for state mirroring
Declaration
public Input<string> MirrorSecondaryIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Address of the Device which needs to be Deviceensed
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |