public static class VnicEndpoint.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VnicEndpoint.Builder |
address(String address)
The IPv4 address of a VNIC type
Endpoint . |
VnicEndpoint |
build() |
VnicEndpoint.Builder |
copy(VnicEndpoint model) |
VnicEndpoint.Builder |
vnicId(String vnicId)
The OCID of the
VNIC.
|
public VnicEndpoint.Builder address(String address)
The IPv4 address of a VNIC type Endpoint
.
address
- the value to setpublic VnicEndpoint.Builder vnicId(String vnicId)
The OCID of the VNIC.
vnicId
- the value to setpublic VnicEndpoint build()
public VnicEndpoint.Builder copy(VnicEndpoint model)
Copyright © 2016–2024. All rights reserved.