public static class ApplicationVipSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ApplicationVipSummary |
build() |
ApplicationVipSummary.Builder |
cloudVmClusterId(String cloudVmClusterId)
The OCID of the
cloud VM cluster associated with the application virtual IP (VIP) address.
|
ApplicationVipSummary.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment.
|
ApplicationVipSummary.Builder |
copy(ApplicationVipSummary model) |
ApplicationVipSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ApplicationVipSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
ApplicationVipSummary.Builder |
hostnameLabel(String hostnameLabel)
The hostname of the application virtual IP (VIP) address.
|
ApplicationVipSummary.Builder |
id(String id)
The OCID of the
application virtual IP (VIP) address.
|
ApplicationVipSummary.Builder |
ipAddress(String ipAddress)
The application virtual IP (VIP) address.
|
ApplicationVipSummary.Builder |
lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state of the application virtual IP
(VIP) address.
|
ApplicationVipSummary.Builder |
lifecycleState(ApplicationVipSummary.LifecycleState lifecycleState)
The current lifecycle state of the application virtual IP (VIP) address.
|
ApplicationVipSummary.Builder |
subnetId(String subnetId)
The OCID of the
subnet associated with the application virtual IP (VIP) address.
|
ApplicationVipSummary.Builder |
timeAssigned(Date timeAssigned)
The date and time when the create operation for the application virtual IP (VIP) address
completed.
|
public ApplicationVipSummary.Builder id(String id)
The OCID of the application virtual IP (VIP) address.
id
- the value to setpublic ApplicationVipSummary.Builder cloudVmClusterId(String cloudVmClusterId)
The OCID of the cloud VM cluster associated with the application virtual IP (VIP) address.
cloudVmClusterId
- the value to setpublic ApplicationVipSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic ApplicationVipSummary.Builder subnetId(String subnetId)
The OCID of the subnet associated with the application virtual IP (VIP) address.
subnetId
- the value to setpublic ApplicationVipSummary.Builder ipAddress(String ipAddress)
The application virtual IP (VIP) address.
ipAddress
- the value to setpublic ApplicationVipSummary.Builder hostnameLabel(String hostnameLabel)
The hostname of the application virtual IP (VIP) address.
hostnameLabel
- the value to setpublic ApplicationVipSummary.Builder lifecycleState(ApplicationVipSummary.LifecycleState lifecycleState)
The current lifecycle state of the application virtual IP (VIP) address.
lifecycleState
- the value to setpublic ApplicationVipSummary.Builder lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state of the application virtual IP (VIP) address.
lifecycleDetails
- the value to setpublic ApplicationVipSummary.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 ApplicationVipSummary.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 ApplicationVipSummary.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 ApplicationVipSummary build()
public ApplicationVipSummary.Builder copy(ApplicationVipSummary model)
Copyright © 2016–2024. All rights reserved.