public static class CreateApplicationVipDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateApplicationVipDetails |
build() |
CreateApplicationVipDetails.Builder |
cloudVmClusterId(String cloudVmClusterId)
The OCID of the
cloud VM cluster associated with the application virtual IP (VIP) address.
|
CreateApplicationVipDetails.Builder |
copy(CreateApplicationVipDetails model) |
CreateApplicationVipDetails.Builder |
dbNodeId(String dbNodeId)
The OCID of the
DB node associated with the application virtual IP (VIP) address.
|
CreateApplicationVipDetails.Builder |
hostnameLabel(String hostnameLabel)
The hostname of the application virtual IP (VIP) address.
|
CreateApplicationVipDetails.Builder |
ipAddress(String ipAddress)
The application virtual IP (VIP) address.
|
CreateApplicationVipDetails.Builder |
subnetId(String subnetId)
The OCID of the
subnet associated with the application virtual IP (VIP) address.
|
public CreateApplicationVipDetails.Builder hostnameLabel(String hostnameLabel)
The hostname of the application virtual IP (VIP) address.
hostnameLabel
- the value to setpublic CreateApplicationVipDetails.Builder dbNodeId(String dbNodeId)
The OCID of the DB node associated with the application virtual IP (VIP) address.
dbNodeId
- the value to setpublic CreateApplicationVipDetails.Builder cloudVmClusterId(String cloudVmClusterId)
The OCID of the cloud VM cluster associated with the application virtual IP (VIP) address.
cloudVmClusterId
- the value to setpublic CreateApplicationVipDetails.Builder subnetId(String subnetId)
The OCID of the subnet associated with the application virtual IP (VIP) address.
subnetId
- the value to setpublic CreateApplicationVipDetails.Builder ipAddress(String ipAddress)
The application virtual IP (VIP) address.
ipAddress
- the value to setpublic CreateApplicationVipDetails build()
public CreateApplicationVipDetails.Builder copy(CreateApplicationVipDetails model)
Copyright © 2016–2024. All rights reserved.