public static class MultipathDevice.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MultipathDevice |
build() |
MultipathDevice.Builder |
copy(MultipathDevice model) |
MultipathDevice.Builder |
ipv4(String ipv4)
The volume’s iSCSI IP address.
|
MultipathDevice.Builder |
iqn(String iqn)
The target volume’s iSCSI Qualified Name in the format defined by RFC
3720.
|
MultipathDevice.Builder |
port(Integer port)
The volume’s iSCSI port, usually port 860 or 3260.
|
public MultipathDevice.Builder ipv4(String ipv4)
The volume’s iSCSI IP address.
Example: 169.254.2.2
ipv4
- the value to setpublic MultipathDevice.Builder iqn(String iqn)
The target volume’s iSCSI Qualified Name in the format defined by RFC 3720.
Example: iqn.2015-12.com.oracleiaas:40b7ee03-883f-46c6-a951-63d2841d2195
iqn
- the value to setpublic MultipathDevice.Builder port(Integer port)
The volume’s iSCSI port, usually port 860 or 3260.
Example: 3260
port
- the value to setpublic MultipathDevice build()
public MultipathDevice.Builder copy(MultipathDevice model)
Copyright © 2016–2024. All rights reserved.