Show / Hide Table of Contents

Class DataGroupState

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

Constructors

View Source

DataGroupState()

Declaration
public DataGroupState()

Properties

View Source

Name

, 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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.