Show / Hide Table of Contents

Class DeviceGroupState

Inheritance
System.Object
InputArgs
ResourceArgs
DeviceGroupState
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 DeviceGroupState : ResourceArgs

Constructors

View Source

DeviceGroupState()

Declaration
public DeviceGroupState()

Properties

View Source

AutoSync

Specifies if the device-group will automatically sync configuration data to its members

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

Description

Description of Device group

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

Devices

Name of the device to be included in device group, this need to be configured before using devicegroup resource

Declaration
public InputList<DeviceGroupDeviceGetArgs> Devices { get; set; }
Property Value
Type Description
InputList<DeviceGroupDeviceGetArgs>
View Source

FullLoadOnSync

Specifies if the device-group will perform a full-load upon sync

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

IncrementalConfig

Specifies the maximum size (in KB) to devote to incremental config sync cached transactions. The default is 1024 KB.

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

Name

Is the name of the device Group

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

NetworkFailover

Specifies if the device-group will use a network connection for failover

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

Partition

Device administrative partition

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

SaveOnAutoSync

Specifies whether the configuration should be saved upon auto-sync.

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

Type

Specifies if the device-group will be used for failover or resource syncing

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