Class GatewayChangeRequestUpdatesItem
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.direct_link.v1.model.GatewayChangeRequestUpdatesItem
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 - Direct Known Subclasses:
- GatewayChangeRequestUpdatesItemGatewayClientBGPASNUpdate,- GatewayChangeRequestUpdatesItemGatewayClientBGPIPUpdate,- GatewayChangeRequestUpdatesItemGatewayClientSpeedUpdate,- GatewayChangeRequestUpdatesItemGatewayClientVLANUpdate
 
 public class GatewayChangeRequestUpdatesItem extends com.ibm.cloud.sdk.core.service.model.GenericModelGatewayChangeRequestUpdatesItem. Classes which extend this class: - GatewayChangeRequestUpdatesItemGatewayClientSpeedUpdate - GatewayChangeRequestUpdatesItemGatewayClientBGPIPUpdate - GatewayChangeRequestUpdatesItemGatewayClientBGPASNUpdate - GatewayChangeRequestUpdatesItemGatewayClientVLANUpdate
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetBgpAsn()Gets the bgpAsn.StringgetBgpCerCidr()Gets the bgpCerCidr.StringgetBgpIbmCidr()Gets the bgpIbmCidr.LonggetSpeedMbps()Gets the speedMbps.LonggetVlan()Gets the vlan.
 
- 
- 
- 
Method Detail- 
getSpeedMbpspublic Long getSpeedMbps() Gets the speedMbps. New gateway speed in megabits per second.- Returns:
- the speedMbps
 
 - 
getBgpCerCidrpublic String getBgpCerCidr() Gets the bgpCerCidr. BGP customer edge router CIDR is the new CIDR (Classless Inter-Domain Routing) value to be updated on customer edge router for the DL 2.0 gateway. Customer edge IP and IBM IP should be in the same network. Updating customer edge router CIDR should be accompanied with IBM CIDR in the request. Update customer edge router IP to a valid bgp_cer_cidr and bgp_ibm_cidr CIDR, the value must reside in one of "10.254.0.0/16", "172.16.0.0/12", "192.168.0.0/16", "169.254.0.0/16" or an owned public CIDR. bgp_cer_cidr and bgp_ibm_cidr must have matching network and subnet mask values.- Returns:
- the bgpCerCidr
 
 - 
getBgpIbmCidrpublic String getBgpIbmCidr() Gets the bgpIbmCidr. BGP IBM CIDR is the new CIDR (Classless Inter-Domain Routing) value to be updated on IBM edge router for the DL 2.0 gateway. IBM IP and customer edge IP should be in the same network. Updating IBM CIDR should be accompanied with customer edge router CIDR in the request. Update IBM CIDR to a valid bgp_cer_cidr and bgp_ibm_cidr CIDR, the value must reside in one of "10.254.0.0/16", "172.16.0.0/12", "192.168.0.0/16", "169.254.0.0/16" or an owned public CIDR. bgp_cer_cidr and bgp_ibm_cidr must have matching network and subnet mask values.- Returns:
- the bgpIbmCidr
 
 - 
getBgpAsnpublic Long getBgpAsn() Gets the bgpAsn. New gateway BGP ASN.- Returns:
- the bgpAsn
 
 - 
getVlanpublic Long getVlan() Gets the vlan. VLAN to be updated for this gateway.- Returns:
- the vlan
 
 
- 
 
-