public static class CrossConnectGroup.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CrossConnectGroup |
build() |
CrossConnectGroup.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment containing the cross-connect group.
|
CrossConnectGroup.Builder |
copy(CrossConnectGroup model) |
CrossConnectGroup.Builder |
customerReferenceName(String customerReferenceName)
A reference name or identifier for the physical fiber connection that this cross-connect
group uses.
|
CrossConnectGroup.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CrossConnectGroup.Builder |
displayName(String displayName)
A user-friendly name.
|
CrossConnectGroup.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
CrossConnectGroup.Builder |
id(String id)
The cross-connect group’s Oracle ID (OCID).
|
CrossConnectGroup.Builder |
lifecycleState(CrossConnectGroup.LifecycleState lifecycleState)
The cross-connect group’s current state.
|
CrossConnectGroup.Builder |
macsecProperties(MacsecProperties macsecProperties) |
CrossConnectGroup.Builder |
ociLogicalDeviceName(String ociLogicalDeviceName)
The FastConnect device that terminates the logical connection.
|
CrossConnectGroup.Builder |
ociPhysicalDeviceName(String ociPhysicalDeviceName)
The FastConnect device that terminates the physical connection.
|
CrossConnectGroup.Builder |
timeCreated(Date timeCreated)
The date and time the cross-connect group was created, in the format defined by
RFC3339.
|
public CrossConnectGroup.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the cross-connect group.
compartmentId
- the value to setpublic CrossConnectGroup.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic CrossConnectGroup.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic CrossConnectGroup.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic CrossConnectGroup.Builder id(String id)
The cross-connect group’s Oracle ID (OCID).
id
- the value to setpublic CrossConnectGroup.Builder lifecycleState(CrossConnectGroup.LifecycleState lifecycleState)
The cross-connect group’s current state.
lifecycleState
- the value to setpublic CrossConnectGroup.Builder customerReferenceName(String customerReferenceName)
A reference name or identifier for the physical fiber connection that this cross-connect group uses.
customerReferenceName
- the value to setpublic CrossConnectGroup.Builder timeCreated(Date timeCreated)
The date and time the cross-connect group was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic CrossConnectGroup.Builder macsecProperties(MacsecProperties macsecProperties)
public CrossConnectGroup.Builder ociPhysicalDeviceName(String ociPhysicalDeviceName)
The FastConnect device that terminates the physical connection.
ociPhysicalDeviceName
- the value to setpublic CrossConnectGroup.Builder ociLogicalDeviceName(String ociLogicalDeviceName)
The FastConnect device that terminates the logical connection. This device might be different than the device that terminates the physical connection.
ociLogicalDeviceName
- the value to setpublic CrossConnectGroup build()
public CrossConnectGroup.Builder copy(CrossConnectGroup model)
Copyright © 2016–2024. All rights reserved.