Show / Hide Table of Contents

Class DeviceArgs

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

Constructors

View Source

DeviceArgs()

Declaration
public DeviceArgs()

Properties

View Source

ConfigsyncIp

IP address used for config sync

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

MirrorIp

IP address used for state mirroring

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

MirrorSecondaryIp

Secondary IP address used for state mirroring

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

Name

Address of the Device which needs to be Deviceensed

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