@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class FastConnectProviderService extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
A service offering from a supported provider. For more information, see FastConnect
Overview.
Note: Objects should always be created or deserialized using the FastConnectProviderService.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the FastConnectProviderService.Builder
, which maintain a
set of all explicitly set fields called FastConnectProviderService.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
FastConnectProviderService.BandwithShapeManagement
Who is responsible for managing the virtual circuit bandwidth.
|
static class |
FastConnectProviderService.Builder |
static class |
FastConnectProviderService.CustomerAsnManagement
Who is responsible for managing the ASN information for the network at the other end of the
connection from Oracle.
|
static class |
FastConnectProviderService.PrivatePeeringBgpManagement
Who is responsible for managing the private peering BGP information.
|
static class |
FastConnectProviderService.ProviderServiceKeyManagement
Who is responsible for managing the provider service key.
|
static class |
FastConnectProviderService.PublicPeeringBgpManagement
Who is responsible for managing the public peering BGP information.
|
static class |
FastConnectProviderService.SupportedVirtualCircuitTypes |
static class |
FastConnectProviderService.Type
Provider service type.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
FastConnectProviderService(String description,
String id,
FastConnectProviderService.PrivatePeeringBgpManagement privatePeeringBgpManagement,
String providerName,
String providerServiceName,
FastConnectProviderService.PublicPeeringBgpManagement publicPeeringBgpManagement,
List<FastConnectProviderService.SupportedVirtualCircuitTypes> supportedVirtualCircuitTypes,
FastConnectProviderService.CustomerAsnManagement customerAsnManagement,
FastConnectProviderService.ProviderServiceKeyManagement providerServiceKeyManagement,
FastConnectProviderService.BandwithShapeManagement bandwithShapeManagement,
Integer requiredTotalCrossConnects,
FastConnectProviderService.Type type)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static FastConnectProviderService.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
FastConnectProviderService.BandwithShapeManagement |
getBandwithShapeManagement()
Who is responsible for managing the virtual circuit bandwidth.
|
FastConnectProviderService.CustomerAsnManagement |
getCustomerAsnManagement()
Who is responsible for managing the ASN information for the network at the other end of the
connection from Oracle.
|
String |
getDescription()
The location of the provider’s website or portal.
|
String |
getId()
The OCID of
the service offered by the provider.
|
FastConnectProviderService.PrivatePeeringBgpManagement |
getPrivatePeeringBgpManagement()
Who is responsible for managing the private peering BGP information.
|
String |
getProviderName()
The name of the provider.
|
FastConnectProviderService.ProviderServiceKeyManagement |
getProviderServiceKeyManagement()
Who is responsible for managing the provider service key.
|
String |
getProviderServiceName()
The name of the service offered by the provider.
|
FastConnectProviderService.PublicPeeringBgpManagement |
getPublicPeeringBgpManagement()
Who is responsible for managing the public peering BGP information.
|
Integer |
getRequiredTotalCrossConnects()
Total number of cross-connect or cross-connect groups required for the virtual circuit.
|
List<FastConnectProviderService.SupportedVirtualCircuitTypes> |
getSupportedVirtualCircuitTypes()
An array of virtual circuit types supported by this service.
|
FastConnectProviderService.Type |
getType()
Provider service type.
|
int |
hashCode() |
FastConnectProviderService.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"description","id","privatePeeringBgpManagement","providerName","providerServiceName","publicPeeringBgpManagement","supportedVirtualCircuitTypes","customerAsnManagement","providerServiceKeyManagement","bandwithShapeManagement","requiredTotalCrossConnects","type"}) public FastConnectProviderService(String description, String id, FastConnectProviderService.PrivatePeeringBgpManagement privatePeeringBgpManagement, String providerName, String providerServiceName, FastConnectProviderService.PublicPeeringBgpManagement publicPeeringBgpManagement, List<FastConnectProviderService.SupportedVirtualCircuitTypes> supportedVirtualCircuitTypes, FastConnectProviderService.CustomerAsnManagement customerAsnManagement, FastConnectProviderService.ProviderServiceKeyManagement providerServiceKeyManagement, FastConnectProviderService.BandwithShapeManagement bandwithShapeManagement, Integer requiredTotalCrossConnects, FastConnectProviderService.Type type)
public static FastConnectProviderService.Builder builder()
Create a new builder.
public FastConnectProviderService.Builder toBuilder()
public String getDescription()
The location of the provider’s website or portal. This portal is where you can get information about the provider service, create a virtual circuit connection from the provider to Oracle Cloud Infrastructure, and retrieve your provider service key for that virtual circuit connection.
Example: https://example.com
public FastConnectProviderService.PrivatePeeringBgpManagement getPrivatePeeringBgpManagement()
Who is responsible for managing the private peering BGP information.
public String getProviderName()
The name of the provider.
public String getProviderServiceName()
The name of the service offered by the provider.
public FastConnectProviderService.PublicPeeringBgpManagement getPublicPeeringBgpManagement()
Who is responsible for managing the public peering BGP information.
public List<FastConnectProviderService.SupportedVirtualCircuitTypes> getSupportedVirtualCircuitTypes()
An array of virtual circuit types supported by this service.
public FastConnectProviderService.CustomerAsnManagement getCustomerAsnManagement()
Who is responsible for managing the ASN information for the network at the other end of the connection from Oracle.
public FastConnectProviderService.ProviderServiceKeyManagement getProviderServiceKeyManagement()
Who is responsible for managing the provider service key.
public FastConnectProviderService.BandwithShapeManagement getBandwithShapeManagement()
Who is responsible for managing the virtual circuit bandwidth.
public Integer getRequiredTotalCrossConnects()
Total number of cross-connect or cross-connect groups required for the virtual circuit.
public FastConnectProviderService.Type getType()
Provider service type.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.