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.GenericModel
GatewayChangeRequestUpdatesItem. Classes which extend this class: - GatewayChangeRequestUpdatesItemGatewayClientSpeedUpdate - GatewayChangeRequestUpdatesItemGatewayClientBGPIPUpdate - GatewayChangeRequestUpdatesItemGatewayClientBGPASNUpdate - GatewayChangeRequestUpdatesItemGatewayClientVLANUpdate
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getBgpAsn()
Gets the bgpAsn.String
getBgpCerCidr()
Gets the bgpCerCidr.String
getBgpIbmCidr()
Gets the bgpIbmCidr.Long
getSpeedMbps()
Gets the speedMbps.Long
getVlan()
Gets the vlan.
-
-
-
Method Detail
-
getSpeedMbps
public Long getSpeedMbps()
Gets the speedMbps. New gateway speed in megabits per second.- Returns:
- the speedMbps
-
getBgpCerCidr
public 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
-
getBgpIbmCidr
public 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
-
getBgpAsn
public Long getBgpAsn()
Gets the bgpAsn. New gateway BGP ASN.- Returns:
- the bgpAsn
-
getVlan
public Long getVlan()
Gets the vlan. VLAN to be updated for this gateway.- Returns:
- the vlan
-
-