public static class ApplicationVip.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ApplicationVip |
build() |
ApplicationVip.Builder |
cloudVmClusterId(String cloudVmClusterId)
The OCID of the
cloud VM cluster associated with the application virtual IP (VIP) address.
|
ApplicationVip.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment.
|
ApplicationVip.Builder |
copy(ApplicationVip model) |
ApplicationVip.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ApplicationVip.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
ApplicationVip.Builder |
hostnameLabel(String hostnameLabel)
The hostname of the application virtual IP (VIP) address.
|
ApplicationVip.Builder |
id(String id)
The OCID of the
application virtual IP (VIP) address.
|
ApplicationVip.Builder |
ipAddress(String ipAddress)
The application virtual IP (VIP) address.
|
ApplicationVip.Builder |
lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state of the application virtual IP
(VIP) address.
|
ApplicationVip.Builder |
lifecycleState(ApplicationVip.LifecycleState lifecycleState)
The current lifecycle state of the application virtual IP (VIP) address.
|
ApplicationVip.Builder |
subnetId(String subnetId)
The OCID of the
subnet associated with the application virtual IP (VIP) address.
|
ApplicationVip.Builder |
timeAssigned(Date timeAssigned)
The date and time when the create operation for the application virtual IP (VIP) address
completed.
|
public ApplicationVip.Builder id(String id)
The OCID of the application virtual IP (VIP) address.
id
- the value to setpublic ApplicationVip.Builder cloudVmClusterId(String cloudVmClusterId)
The OCID of the cloud VM cluster associated with the application virtual IP (VIP) address.
cloudVmClusterId
- the value to setpublic ApplicationVip.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic ApplicationVip.Builder subnetId(String subnetId)
The OCID of the subnet associated with the application virtual IP (VIP) address.
subnetId
- the value to setpublic ApplicationVip.Builder ipAddress(String ipAddress)
The application virtual IP (VIP) address.
ipAddress
- the value to setpublic ApplicationVip.Builder hostnameLabel(String hostnameLabel)
The hostname of the application virtual IP (VIP) address.
hostnameLabel
- the value to setpublic ApplicationVip.Builder lifecycleState(ApplicationVip.LifecycleState lifecycleState)
The current lifecycle state of the application virtual IP (VIP) address.
lifecycleState
- the value to setpublic ApplicationVip.Builder lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state of the application virtual IP (VIP) address.
lifecycleDetails
- the value to setpublic ApplicationVip.Builder timeAssigned(Date timeAssigned)
The date and time when the create operation for the application virtual IP (VIP) address completed.
timeAssigned
- the value to setpublic ApplicationVip.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic ApplicationVip.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
definedTags
- the value to setpublic ApplicationVip build()
public ApplicationVip.Builder copy(ApplicationVip model)
Copyright © 2016–2024. All rights reserved.