Class CreateCrossConnectDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.CreateCrossConnectDetails.Builder
 
- 
- Enclosing class:
- CreateCrossConnectDetails
 
 public static class CreateCrossConnectDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateCrossConnectDetailsbuild()CreateCrossConnectDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment to contain the cross-connect.CreateCrossConnectDetails.Buildercopy(CreateCrossConnectDetails model)CreateCrossConnectDetails.BuildercrossConnectGroupId(String crossConnectGroupId)The OCID of the cross-connect group to put this cross-connect in.CreateCrossConnectDetails.BuildercustomerReferenceName(String customerReferenceName)A reference name or identifier for the physical fiber connection that this cross-connect uses.CreateCrossConnectDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.CreateCrossConnectDetails.BuilderdisplayName(String displayName)A user-friendly name.CreateCrossConnectDetails.BuilderfarCrossConnectOrCrossConnectGroupId(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.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.CreateCrossConnectDetails.BuilderlocationName(String locationName)The name of the FastConnect location where this cross-connect will be installed.CreateCrossConnectDetails.BuildermacsecProperties(CreateMacsecProperties macsecProperties)CreateCrossConnectDetails.BuildernearCrossConnectOrCrossConnectGroupId(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.BuilderportSpeedShapeName(String portSpeedShapeName)The port speed for this cross-connect.
 
- 
- 
- 
Method Detail- 
compartmentIdpublic CreateCrossConnectDetails.Builder compartmentId(String compartmentId) The OCID of the compartment to contain the cross-connect.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
crossConnectGroupIdpublic CreateCrossConnectDetails.Builder crossConnectGroupId(String crossConnectGroupId) The OCID of the cross-connect group to put this cross-connect in.- Parameters:
- crossConnectGroupId- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic 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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic CreateCrossConnectDetails.Builder displayName(String displayName) A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
farCrossConnectOrCrossConnectGroupIdpublic 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.- Parameters:
- farCrossConnectOrCrossConnectGroupId- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic 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”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
locationNamepublic 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 - Parameters:
- locationName- the value to set
- Returns:
- this builder
 
 - 
nearCrossConnectOrCrossConnectGroupIdpublic 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.- Parameters:
- nearCrossConnectOrCrossConnectGroupId- the value to set
- Returns:
- this builder
 
 - 
portSpeedShapeNamepublic 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 - Parameters:
- portSpeedShapeName- the value to set
- Returns:
- this builder
 
 - 
customerReferenceNamepublic CreateCrossConnectDetails.Builder customerReferenceName(String customerReferenceName) A reference name or identifier for the physical fiber connection that this cross-connect uses.- Parameters:
- customerReferenceName- the value to set
- Returns:
- this builder
 
 - 
macsecPropertiespublic CreateCrossConnectDetails.Builder macsecProperties(CreateMacsecProperties macsecProperties) 
 - 
buildpublic CreateCrossConnectDetails build() 
 - 
copypublic CreateCrossConnectDetails.Builder copy(CreateCrossConnectDetails model) 
 
- 
 
-