Class CfnFleet.CustomerManagedWorkerCapabilitiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.deadline.CfnFleet.CustomerManagedWorkerCapabilitiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFleet.CustomerManagedWorkerCapabilitiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFleet.CustomerManagedWorkerCapabilitiesProperty
@Stability(Stable)
@Internal
public static final class CfnFleet.CustomerManagedWorkerCapabilitiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFleet.CustomerManagedWorkerCapabilitiesProperty
An implementation for
CfnFleet.CustomerManagedWorkerCapabilitiesProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.deadline.CfnFleet.CustomerManagedWorkerCapabilitiesProperty
CfnFleet.CustomerManagedWorkerCapabilitiesProperty.Builder, CfnFleet.CustomerManagedWorkerCapabilitiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFleet.CustomerManagedWorkerCapabilitiesProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe range of the accelerator.final ObjectThe total memory (MiB) for the customer managed worker capabilities.The accelerator types for the customer managed worker capabilities.final StringThe CPU architecture type for the customer managed worker capabilities.final ObjectCustom requirement ranges for customer managed worker capabilities.final ObjectCustom attributes for the customer manged worker capabilities.final ObjectThe memory (MiB).final StringThe operating system (OS) family.final ObjectThe vCPU count for the customer manged worker capabilities.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFleet.CustomerManagedWorkerCapabilitiesProperty.Builder.
-
-
Method Details
-
getCpuArchitectureType
Description copied from interface:CfnFleet.CustomerManagedWorkerCapabilitiesPropertyThe CPU architecture type for the customer managed worker capabilities.- Specified by:
getCpuArchitectureTypein interfaceCfnFleet.CustomerManagedWorkerCapabilitiesProperty- See Also:
-
getMemoryMiB
Description copied from interface:CfnFleet.CustomerManagedWorkerCapabilitiesPropertyThe memory (MiB).Returns union: either
IResolvableorCfnFleet.MemoryMiBRangeProperty- Specified by:
getMemoryMiBin interfaceCfnFleet.CustomerManagedWorkerCapabilitiesProperty- See Also:
-
getOsFamily
Description copied from interface:CfnFleet.CustomerManagedWorkerCapabilitiesPropertyThe operating system (OS) family.- Specified by:
getOsFamilyin interfaceCfnFleet.CustomerManagedWorkerCapabilitiesProperty- See Also:
-
getVCpuCount
Description copied from interface:CfnFleet.CustomerManagedWorkerCapabilitiesPropertyThe vCPU count for the customer manged worker capabilities.Returns union: either
IResolvableorCfnFleet.VCpuCountRangeProperty- Specified by:
getVCpuCountin interfaceCfnFleet.CustomerManagedWorkerCapabilitiesProperty- See Also:
-
getAcceleratorCount
Description copied from interface:CfnFleet.CustomerManagedWorkerCapabilitiesPropertyThe range of the accelerator.Returns union: either
IResolvableorCfnFleet.AcceleratorCountRangeProperty- Specified by:
getAcceleratorCountin interfaceCfnFleet.CustomerManagedWorkerCapabilitiesProperty- See Also:
-
getAcceleratorTotalMemoryMiB
Description copied from interface:CfnFleet.CustomerManagedWorkerCapabilitiesPropertyThe total memory (MiB) for the customer managed worker capabilities.Returns union: either
IResolvableorCfnFleet.AcceleratorTotalMemoryMiBRangeProperty- Specified by:
getAcceleratorTotalMemoryMiBin interfaceCfnFleet.CustomerManagedWorkerCapabilitiesProperty- See Also:
-
getAcceleratorTypes
Description copied from interface:CfnFleet.CustomerManagedWorkerCapabilitiesPropertyThe accelerator types for the customer managed worker capabilities.- Specified by:
getAcceleratorTypesin interfaceCfnFleet.CustomerManagedWorkerCapabilitiesProperty- See Also:
-
getCustomAmounts
Description copied from interface:CfnFleet.CustomerManagedWorkerCapabilitiesPropertyCustom requirement ranges for customer managed worker capabilities.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFleet.FleetAmountCapabilityProperty>- Specified by:
getCustomAmountsin interfaceCfnFleet.CustomerManagedWorkerCapabilitiesProperty- See Also:
-
getCustomAttributes
Description copied from interface:CfnFleet.CustomerManagedWorkerCapabilitiesPropertyCustom attributes for the customer manged worker capabilities.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFleet.FleetAttributeCapabilityProperty>- Specified by:
getCustomAttributesin interfaceCfnFleet.CustomerManagedWorkerCapabilitiesProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-