Class AddonHcxPropertiesArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.avs.inputs.AddonHcxPropertiesArgs
-
public final class AddonHcxPropertiesArgs extends com.pulumi.resources.ResourceArgs
The properties of an HCX addon
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AddonHcxPropertiesArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static AddonHcxPropertiesArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pulumi.core.Output<java.lang.String>
addonType()
static AddonHcxPropertiesArgs.Builder
builder()
static AddonHcxPropertiesArgs.Builder
builder(AddonHcxPropertiesArgs defaults)
com.pulumi.core.Output<java.lang.String>
offer()
-
-
-
Field Detail
-
Empty
public static final AddonHcxPropertiesArgs Empty
-
-
Method Detail
-
addonType
public com.pulumi.core.Output<java.lang.String> addonType()
- Returns:
- The type of private cloud addon Expected value is 'HCX'.
-
offer
public com.pulumi.core.Output<java.lang.String> offer()
- Returns:
- The HCX offer, example VMware MaaS Cloud Provider (Enterprise)
-
builder
public static AddonHcxPropertiesArgs.Builder builder()
-
builder
public static AddonHcxPropertiesArgs.Builder builder(AddonHcxPropertiesArgs defaults)
-
-