Class ProvisionState
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.Sys
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class ProvisionState : ResourceArgs
Constructors
View SourceProvisionState()
Declaration
public ProvisionState()
Properties
View SourceCpuRatio
cpu Ratio
Declaration
public Input<int> CpuRatio { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
DiskRatio
disk Ratio
Declaration
public Input<int> DiskRatio { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
FullPath
path
Declaration
public Input<string> FullPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Level
what level nominal or dedicated
Declaration
public Input<string> Level { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MemoryRatio
memory Ratio
Declaration
public Input<int> MemoryRatio { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
Name of the module to be provisioned
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |