Class FastConnectProviderService
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.vnmonitoring.model.FastConnectProviderService
-
@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 theFastConnectProviderService.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 theFastConnectProviderService.Builder
, which maintain a set of all explicitly set fields calledFastConnectProviderService.Builder.__explicitlySet__
. ThehashCode()
andequals(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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Constructor Detail
-
FastConnectProviderService
@Deprecated @ConstructorProperties({"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)
Deprecated.
-
-
Method Detail
-
builder
public static FastConnectProviderService.Builder builder()
Create a new builder.
-
toBuilder
public FastConnectProviderService.Builder toBuilder()
-
getDescription
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
- Returns:
- the value
-
getPrivatePeeringBgpManagement
public FastConnectProviderService.PrivatePeeringBgpManagement getPrivatePeeringBgpManagement()
Who is responsible for managing the private peering BGP information.- Returns:
- the value
-
getProviderName
public String getProviderName()
The name of the provider.- Returns:
- the value
-
getProviderServiceName
public String getProviderServiceName()
The name of the service offered by the provider.- Returns:
- the value
-
getPublicPeeringBgpManagement
public FastConnectProviderService.PublicPeeringBgpManagement getPublicPeeringBgpManagement()
Who is responsible for managing the public peering BGP information.- Returns:
- the value
-
getSupportedVirtualCircuitTypes
public List<FastConnectProviderService.SupportedVirtualCircuitTypes> getSupportedVirtualCircuitTypes()
An array of virtual circuit types supported by this service.- Returns:
- the value
-
getCustomerAsnManagement
public FastConnectProviderService.CustomerAsnManagement getCustomerAsnManagement()
Who is responsible for managing the ASN information for the network at the other end of the connection from Oracle.- Returns:
- the value
-
getProviderServiceKeyManagement
public FastConnectProviderService.ProviderServiceKeyManagement getProviderServiceKeyManagement()
Who is responsible for managing the provider service key.- Returns:
- the value
-
getBandwithShapeManagement
public FastConnectProviderService.BandwithShapeManagement getBandwithShapeManagement()
Who is responsible for managing the virtual circuit bandwidth.- Returns:
- the value
-
getRequiredTotalCrossConnects
public Integer getRequiredTotalCrossConnects()
Total number of cross-connect or cross-connect groups required for the virtual circuit.- Returns:
- the value
-
getType
public FastConnectProviderService.Type getType()
Provider service type.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-