Show / Hide Table of Contents

Class PolicyArgs

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

Constructors

View Source

PolicyArgs()

Declaration
public PolicyArgs()

Properties

View Source

Controls

Specifies the controls

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

Name

Name of the Policy

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

PublishedCopy

If you want to publish the policy else it will be deployed in Drafts mode.

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

Requires

Specifies the protocol

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

Rules

Rules can be applied using the policy

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

Strategy

Specifies the match strategy

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