Show / Hide Table of Contents

Class IAppArgs

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

Constructors

View Source

IAppArgs()

Declaration
public IAppArgs()

Properties

View Source

Description

Address of the Iapp which needs to be Iappensed

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

Devicegroup

BIG-IP password

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

ExecuteAction

BIG-IP password

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

InheritedDevicegroup

BIG-IP password

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

InheritedTrafficGroup

BIG-IP password

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

Jsonfile

Refer to the Json file which will be deployed on F5 BIG-IP.

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

Lists

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

Metadatas

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

Name

Name of the iApp.

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

Partition

Address of the Iapp which needs to be Iappensed

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

StrictUpdates

BIG-IP password

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

Tables

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

Template

BIG-IP password

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

TemplateModified

BIG-IP password

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

TemplatePrerequisiteErrors

BIG-IP password

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

TrafficGroup

BIG-IP password

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

Variables

Declaration
public InputList<IAppVariableArgs> Variables { get; set; }
Property Value
Type Description
InputList<IAppVariableArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.