Show / Hide Table of Contents

Class ProvisionState

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

Constructors

View Source

ProvisionState()

Declaration
public ProvisionState()

Properties

View Source

CpuRatio

cpu Ratio

Declaration
public Input<int> CpuRatio { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

DiskRatio

disk Ratio

Declaration
public Input<int> DiskRatio { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

FullPath

path

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

Level

what level nominal or dedicated

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

MemoryRatio

memory Ratio

Declaration
public Input<int> MemoryRatio { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Name

Name of the module to be provisioned

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