@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class UpdateVirtualCircuitDetails extends Object
UpdateVirtualCircuitDetails.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 UpdateVirtualCircuitDetails.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
UpdateVirtualCircuitDetails.Builder |
static class |
UpdateVirtualCircuitDetails.ProviderState
The provider’s state in relation to this virtual circuit.
|
Constructor and Description |
---|
UpdateVirtualCircuitDetails(String bandwidthShapeName,
List<CrossConnectMapping> crossConnectMappings,
Integer customerBgpAsn,
Long customerAsn,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String gatewayId,
UpdateVirtualCircuitDetails.ProviderState providerState,
String providerServiceKeyName,
String referenceComment)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static UpdateVirtualCircuitDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getBandwidthShapeName()
The provisioned data rate of the connection.
|
List<CrossConnectMapping> |
getCrossConnectMappings()
An array of mappings, each containing properties for a cross-connect or
cross-connect group associated with this virtual circuit.
|
Long |
getCustomerAsn()
The BGP ASN of the network at the other end of the BGP
session from Oracle.
|
Integer |
getCustomerBgpAsn()
Deprecated.
|
Map<String,Map<String,Object>> |
getDefinedTags()
Defined tags for this resource.
|
String |
getDisplayName()
A user-friendly name.
|
Map<String,String> |
getFreeformTags()
Free-form tags for this resource.
|
String |
getGatewayId()
The OCID of the
Drg
that this private virtual circuit uses. |
String |
getProviderServiceKeyName()
The service key name offered by the provider (if the customer is connecting via a provider).
|
UpdateVirtualCircuitDetails.ProviderState |
getProviderState()
The provider’s state in relation to this virtual circuit.
|
String |
getReferenceComment()
Provider-supplied reference information about this virtual circuit.
|
int |
hashCode() |
UpdateVirtualCircuitDetails.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"bandwidthShapeName","crossConnectMappings","customerBgpAsn","customerAsn","definedTags","displayName","freeformTags","gatewayId","providerState","providerServiceKeyName","referenceComment"}) @Deprecated public UpdateVirtualCircuitDetails(String bandwidthShapeName, List<CrossConnectMapping> crossConnectMappings, Integer customerBgpAsn, Long customerAsn, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String gatewayId, UpdateVirtualCircuitDetails.ProviderState providerState, String providerServiceKeyName, String referenceComment)
public static UpdateVirtualCircuitDetails.Builder builder()
Create a new builder.
public UpdateVirtualCircuitDetails.Builder toBuilder()
public String getBandwidthShapeName()
The provisioned data rate of the connection. To get a list of the
available bandwidth levels (that is, shapes), see
listFastConnectProviderVirtualCircuitBandwidthShapes
.
To be updated only by the customer who owns the virtual circuit.
public List<CrossConnectMapping> getCrossConnectMappings()
An array of mappings, each containing properties for a cross-connect or cross-connect group associated with this virtual circuit.
The customer and provider can update different properties in the mapping
depending on the situation. See the description of the
CrossConnectMapping
.
public Integer getCustomerBgpAsn()
Deprecated. Instead use customerAsn
.
If you specify values for both, the request will be rejected.
public Long getCustomerAsn()
The BGP ASN of the network at the other end of the BGP session from Oracle.
If the BGP session is from the customer's edge router to Oracle, the required value is the customer's ASN, and it can be updated only by the customer.
If the BGP session is from the provider's edge router to Oracle, the required value is the provider's ASN, and it can be updated only by the provider.
Can be a 2-byte or 4-byte ASN. Uses \"asplain\" format.
public Map<String,Map<String,Object>> getDefinedTags()
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
public String getDisplayName()
A user-friendly name. Does not have to be unique. Avoid entering confidential information.
To be updated only by the customer who owns the virtual circuit.
public Map<String,String> getFreeformTags()
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: `{\"Department\": \"Finance\"}`
public String getGatewayId()
The OCID of the Drg
that this private virtual circuit uses.
To be updated only by the customer who owns the virtual circuit.
public UpdateVirtualCircuitDetails.ProviderState getProviderState()
The provider’s state in relation to this virtual circuit. Relevant only if the customer is using FastConnect via a provider. ACTIVE means the provider has provisioned the virtual circuit from their end. INACTIVE means the provider has not yet provisioned the virtual circuit, or has de-provisioned it.
To be updated only by the provider.
public String getProviderServiceKeyName()
The service key name offered by the provider (if the customer is connecting via a provider).
public String getReferenceComment()
Provider-supplied reference information about this virtual circuit. Relevant only if the customer is using FastConnect via a provider.
To be updated only by the provider.
Copyright © 2016–2021. All rights reserved.