Show / Hide Table of Contents

Class BigIpLicenseState

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

Constructors

View Source

BigIpLicenseState()

Declaration
public BigIpLicenseState()

Properties

View Source

Command

Tmsh command to execute tmsh commands like install

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

RegistrationKey

A unique Key F5 provides for Licensing BIG-IP

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