Class DataGroupState
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.Ltm
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class DataGroupState : ResourceArgs
Constructors
View SourceDataGroupState()
Declaration
public DataGroupState()
Properties
View SourceName
, sets the value of the record's name attribute, must be of type defined in type attribute
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Records
a set of name and data attributes, name must be of type specified by the type attributed (string, ip and integer), data is optional and can take any value, multiple record sets can be specified as needed.
Declaration
public InputList<DataGroupRecordGetArgs> Records { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DataGroupRecordGetArgs> |
Type
datagroup type (applies to the name field of the record), supports: string, ip or integer
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |