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 |
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", the IP address is public and accessible from the internet.
If "false", the IP address is private and accessible only from within the associated VCN.
isPublic
- the value to setpublic IpAddress.Builder reservedIp(ReservedIP reservedIp)
public IpAddress build()
public IpAddress.Builder copy(IpAddress model)
Copyright © 2016–2024. All rights reserved.