IPAddress Provisioning Type
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.
Properties
Functions
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.