public static class ContainerVnic.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ContainerVnic |
build() |
ContainerVnic.Builder |
copy(ContainerVnic model) |
ContainerVnic.Builder |
vnicId(String vnicId)
The identifier of the virtual network interface card (VNIC) over which the containers
accessing this network can communicate with the larger virtual cloud network.
|
public ContainerVnic.Builder vnicId(String vnicId)
The identifier of the virtual network interface card (VNIC) over which the containers accessing this network can communicate with the larger virtual cloud network.
vnicId
- the value to setpublic ContainerVnic build()
public ContainerVnic.Builder copy(ContainerVnic model)
Copyright © 2016–2024. All rights reserved.