Additional Customer Properties Args
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
Customer resource Asn (autonomous system number).
Link copied to clipboard
Customer resource contact email.
Link copied to clipboard
Customer resource entitlement expiration date string.
Link copied to clipboard
Customer resource entitlement Sku Guid.
Link copied to clipboard
Customer resource entitlement Sku Id.
Link copied to clipboard
Customer resource entitlement Sku name.
Link copied to clipboard
Customer resource transit Asn (autonomous system number).
Link copied to clipboard
Customer resource transit state.
Link copied to clipboard
Optional property #1 of Mcc response object.
Link copied to clipboard
Optional property #2 of Mcc response object.
Link copied to clipboard
Optional property #3 of Mcc response object.
Link copied to clipboard
Optional property #4 of Mcc response object.
Link copied to clipboard
Optional property #5 of Mcc response object.