Class GatewayActionTemplateUpdatesItem
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.direct_link.v1.model.GatewayActionTemplateUpdatesItem
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
GatewayActionTemplateUpdatesItemGatewayClientBGPASNUpdate
,GatewayActionTemplateUpdatesItemGatewayClientBGPIPUpdate
,GatewayActionTemplateUpdatesItemGatewayClientSpeedUpdate
,GatewayActionTemplateUpdatesItemGatewayClientVLANUpdate
public class GatewayActionTemplateUpdatesItem extends com.ibm.cloud.sdk.core.service.model.GenericModel
GatewayActionTemplateUpdatesItem. Classes which extend this class: - GatewayActionTemplateUpdatesItemGatewayClientSpeedUpdate - GatewayActionTemplateUpdatesItemGatewayClientBGPIPUpdate - GatewayActionTemplateUpdatesItemGatewayClientBGPASNUpdate - GatewayActionTemplateUpdatesItemGatewayClientVLANUpdate
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
bgpAsn()
Gets the bgpAsn.String
bgpCerCidr()
Gets the bgpCerCidr.String
bgpIbmCidr()
Gets the bgpIbmCidr.Long
speedMbps()
Gets the speedMbps.Long
vlan()
Gets the vlan.
-
-
-
Method Detail
-
speedMbps
public Long speedMbps()
Gets the speedMbps. New gateway speed in megabits per second.- Returns:
- the speedMbps
-
bgpCerCidr
public String bgpCerCidr()
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
-
bgpIbmCidr
public String bgpIbmCidr()
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
-
bgpAsn
public Long bgpAsn()
Gets the bgpAsn. New gateway BGP ASN.- Returns:
- the bgpAsn
-
vlan
public Long vlan()
Gets the vlan. VLAN to be updated for this gateway.- Returns:
- the vlan
-
-