Class DeviceGroupState
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 DeviceGroupState : ResourceArgs
Constructors
View SourceDeviceGroupState()
Declaration
public DeviceGroupState()
Properties
View SourceAutoSync
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> |
Description
Description of Device group
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
Name
Is the name of the device Group
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Partition
Device administrative partition
Declaration
public Input<string> Partition { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |