IPAddressProvisioningType

enum IPAddressProvisioningType : Enum<IPAddressProvisioningType> , ConvertibleToJava<IPAddressProvisioningType>

The default value is BatchManaged

Entries

Link copied to clipboard

A public IP will be created and managed by Batch. There may be multiple public IPs depending on the size of the Pool.

Link copied to clipboard

Public IPs are provided by the user and will be used to provision the Compute Nodes.

Link copied to clipboard

No public IP Address will be created for the Compute Nodes in the Pool.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: IPAddressProvisioningType
Link copied to clipboard
Link copied to clipboard

Functions

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

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.