AdditionalCustomerPropertiesArgs

data class AdditionalCustomerPropertiesArgs(val customerAsn: Output<String>? = null, val customerEmail: Output<String>? = null, val customerEntitlementExpiration: Output<String>? = null, val customerEntitlementSkuGuid: Output<String>? = null, val customerEntitlementSkuId: Output<String>? = null, val customerEntitlementSkuName: Output<String>? = null, val customerTransitAsn: Output<String>? = null, val customerTransitState: Output<Either<String, CustomerTransitState>>? = null, val optionalProperty1: Output<String>? = null, val optionalProperty2: Output<String>? = null, val optionalProperty3: Output<String>? = null, val optionalProperty4: Output<String>? = null, val optionalProperty5: Output<String>? = null) : ConvertibleToJava<AdditionalCustomerPropertiesArgs>

Model representing customer for connected cache resource

Constructors

Link copied to clipboard
constructor(customerAsn: Output<String>? = null, customerEmail: Output<String>? = null, customerEntitlementExpiration: Output<String>? = null, customerEntitlementSkuGuid: Output<String>? = null, customerEntitlementSkuId: Output<String>? = null, customerEntitlementSkuName: Output<String>? = null, customerTransitAsn: Output<String>? = null, customerTransitState: Output<Either<String, CustomerTransitState>>? = null, optionalProperty1: Output<String>? = null, optionalProperty2: Output<String>? = null, optionalProperty3: Output<String>? = null, optionalProperty4: Output<String>? = null, optionalProperty5: Output<String>? = null)

Properties

Link copied to clipboard
val customerAsn: Output<String>? = null

Customer resource Asn (autonomous system number).

Link copied to clipboard
val customerEmail: Output<String>? = null

Customer resource contact email.

Link copied to clipboard

Customer resource entitlement expiration date string.

Link copied to clipboard
val customerEntitlementSkuGuid: Output<String>? = null

Customer resource entitlement Sku Guid.

Link copied to clipboard
val customerEntitlementSkuId: Output<String>? = null

Customer resource entitlement Sku Id.

Link copied to clipboard
val customerEntitlementSkuName: Output<String>? = null

Customer resource entitlement Sku name.

Link copied to clipboard
val customerTransitAsn: Output<String>? = null

Customer resource transit Asn (autonomous system number).

Link copied to clipboard
val customerTransitState: Output<Either<String, CustomerTransitState>>? = null

Customer resource transit state.

Link copied to clipboard
val optionalProperty1: Output<String>? = null

Optional property #1 of Mcc response object.

Link copied to clipboard
val optionalProperty2: Output<String>? = null

Optional property #2 of Mcc response object.

Link copied to clipboard
val optionalProperty3: Output<String>? = null

Optional property #3 of Mcc response object.

Link copied to clipboard
val optionalProperty4: Output<String>? = null

Optional property #4 of Mcc response object.

Link copied to clipboard
val optionalProperty5: Output<String>? = null

Optional property #5 of Mcc response object.

Functions

Link copied to clipboard
open override fun toJava(): AdditionalCustomerPropertiesArgs