Uses of Enum
com.exoscale.sdk.model.CreateSksNodepoolRequest.PublicIpAssignmentEnum
Packages that use CreateSksNodepoolRequest.PublicIpAssignmentEnum
-
Uses of CreateSksNodepoolRequest.PublicIpAssignmentEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return CreateSksNodepoolRequest.PublicIpAssignmentEnumModifier and TypeMethodDescriptionCreateSksNodepoolRequest.getPublicIpAssignment()
Configures public IP assignment of the Instances with: * IPv4 (`inet4`) addressing only (default); * both IPv4 and IPv6 (`dual`) addressing.Returns the enum constant of this type with the specified name.CreateSksNodepoolRequest.PublicIpAssignmentEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model with parameters of type CreateSksNodepoolRequest.PublicIpAssignmentEnumModifier and TypeMethodDescriptionCreateSksNodepoolRequest.publicIpAssignment
(CreateSksNodepoolRequest.PublicIpAssignmentEnum publicIpAssignment) void
CreateSksNodepoolRequest.setPublicIpAssignment
(CreateSksNodepoolRequest.PublicIpAssignmentEnum publicIpAssignment)