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.GenericModelGatewayActionTemplateUpdatesItem. Classes which extend this class: - GatewayActionTemplateUpdatesItemGatewayClientSpeedUpdate - GatewayActionTemplateUpdatesItemGatewayClientBGPIPUpdate - GatewayActionTemplateUpdatesItemGatewayClientBGPASNUpdate - GatewayActionTemplateUpdatesItemGatewayClientVLANUpdate
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LongbgpAsn()Gets the bgpAsn.StringbgpCerCidr()Gets the bgpCerCidr.StringbgpIbmCidr()Gets the bgpIbmCidr.LongspeedMbps()Gets the speedMbps.Longvlan()Gets the vlan.
 
- 
- 
- 
Method Detail- 
speedMbpspublic Long speedMbps() Gets the speedMbps. New gateway speed in megabits per second.- Returns:
- the speedMbps
 
 - 
bgpCerCidrpublic 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
 
 - 
bgpIbmCidrpublic 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
 
 - 
bgpAsnpublic Long bgpAsn() Gets the bgpAsn. New gateway BGP ASN.- Returns:
- the bgpAsn
 
 - 
vlanpublic Long vlan() Gets the vlan. VLAN to be updated for this gateway.- Returns:
- the vlan
 
 
- 
 
-