public static class CreateCrossConnectDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateCrossConnectDetails |
build() |
CreateCrossConnectDetails.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment to contain the cross-connect.
|
CreateCrossConnectDetails.Builder |
copy(CreateCrossConnectDetails model) |
CreateCrossConnectDetails.Builder |
crossConnectGroupId(String crossConnectGroupId)
The OCID
of the cross-connect group to put this cross-connect in.
|
CreateCrossConnectDetails.Builder |
customerReferenceName(String customerReferenceName)
A reference name or identifier for the physical fiber connection that this cross-connect
uses.
|
CreateCrossConnectDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateCrossConnectDetails.Builder |
displayName(String displayName)
A user-friendly name.
|
CreateCrossConnectDetails.Builder |
farCrossConnectOrCrossConnectGroupId(String farCrossConnectOrCrossConnectGroupId)
If you already have an existing cross-connect or cross-connect group at this FastConnect
location, and you want this new cross-connect to be on a different router (for the
purposes of redundancy), provide the
OCID of
that existing cross-connect or cross-connect group.
|
CreateCrossConnectDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
CreateCrossConnectDetails.Builder |
locationName(String locationName)
The name of the FastConnect location where this cross-connect will be installed.
|
CreateCrossConnectDetails.Builder |
macsecProperties(CreateMacsecProperties macsecProperties) |
CreateCrossConnectDetails.Builder |
nearCrossConnectOrCrossConnectGroupId(String nearCrossConnectOrCrossConnectGroupId)
If you already have an existing cross-connect or cross-connect group at this FastConnect
location, and you want this new cross-connect to be on the same router, provide the
OCID of
that existing cross-connect or cross-connect group.
|
CreateCrossConnectDetails.Builder |
portSpeedShapeName(String portSpeedShapeName)
The port speed for this cross-connect.
|
public CreateCrossConnectDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment to contain the cross-connect.
compartmentId
- the value to setpublic CreateCrossConnectDetails.Builder crossConnectGroupId(String crossConnectGroupId)
The OCID of the cross-connect group to put this cross-connect in.
crossConnectGroupId
- the value to setpublic CreateCrossConnectDetails.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 CreateCrossConnectDetails.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 CreateCrossConnectDetails.Builder farCrossConnectOrCrossConnectGroupId(String farCrossConnectOrCrossConnectGroupId)
If you already have an existing cross-connect or cross-connect group at this FastConnect location, and you want this new cross-connect to be on a different router (for the purposes of redundancy), provide the OCID of that existing cross-connect or cross-connect group.
farCrossConnectOrCrossConnectGroupId
- the value to setpublic CreateCrossConnectDetails.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 CreateCrossConnectDetails.Builder locationName(String locationName)
The name of the FastConnect location where this cross-connect will be installed. To get a
list of the available locations, see listCrossConnectLocations
.
Example: CyrusOne, Chandler, AZ
locationName
- the value to setpublic CreateCrossConnectDetails.Builder nearCrossConnectOrCrossConnectGroupId(String nearCrossConnectOrCrossConnectGroupId)
If you already have an existing cross-connect or cross-connect group at this FastConnect location, and you want this new cross-connect to be on the same router, provide the OCID of that existing cross-connect or cross-connect group.
nearCrossConnectOrCrossConnectGroupId
- the value to setpublic CreateCrossConnectDetails.Builder portSpeedShapeName(String portSpeedShapeName)
The port speed for this cross-connect. To get a list of the available port speeds, see
listCrossconnectPortSpeedShapes
.
Example: 10 Gbps
portSpeedShapeName
- the value to setpublic CreateCrossConnectDetails.Builder customerReferenceName(String customerReferenceName)
A reference name or identifier for the physical fiber connection that this cross-connect uses.
customerReferenceName
- the value to setpublic CreateCrossConnectDetails.Builder macsecProperties(CreateMacsecProperties macsecProperties)
public CreateCrossConnectDetails build()
public CreateCrossConnectDetails.Builder copy(CreateCrossConnectDetails model)
Copyright © 2016–2024. All rights reserved.