public static class PodConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PodConfiguration |
build() |
PodConfiguration.Builder |
copy(PodConfiguration model) |
PodConfiguration.Builder |
nsgIds(List<String> nsgIds)
List of network security group IDs applied to the Pod VNIC.
|
PodConfiguration.Builder |
shape(String shape)
Shape of the pods.
|
PodConfiguration.Builder |
subnetId(String subnetId)
The regional subnet where pods’ VNIC will be placed.
|
public PodConfiguration.Builder subnetId(String subnetId)
The regional subnet where pods’ VNIC will be placed.
subnetId
- the value to setpublic PodConfiguration.Builder nsgIds(List<String> nsgIds)
List of network security group IDs applied to the Pod VNIC.
nsgIds
- the value to setpublic PodConfiguration.Builder shape(String shape)
Shape of the pods.
shape
- the value to setpublic PodConfiguration build()
public PodConfiguration.Builder copy(PodConfiguration model)
Copyright © 2016–2024. All rights reserved.