Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IpAddress |
build() |
IpAddress.Builder |
copy(IpAddress model) |
IpAddress.Builder |
ipAddress(String ipAddress)
An IP address.
|
IpAddress.Builder |
ipVersion(IpVersion ipVersion)
IP version associated with this IP address.
|
IpAddress.Builder |
isPublic(Boolean isPublic)
Whether the IP address is public or private.
|
IpAddress.Builder |
reservedIp(ReservedIP reservedIp) |
public IpAddress.Builder ipAddress(String ipAddress)
An IP address.
Example: 192.168.0.3
ipAddress
- the value to setpublic IpAddress.Builder isPublic(Boolean isPublic)
Whether the IP address is public or private.
If "true", then the IP address is public and accessible from the internet.
If "false", then the IP address is private and accessible only from within the associated virtual cloud network.
isPublic
- the value to setpublic IpAddress.Builder ipVersion(IpVersion ipVersion)
IP version associated with this IP address.
ipVersion
- the value to setpublic IpAddress.Builder reservedIp(ReservedIP reservedIp)
public IpAddress build()
public IpAddress.Builder copy(IpAddress model)
Copyright © 2016–2024. All rights reserved.