Class GatewayChangeRequest
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.direct_link.v1.model.GatewayChangeRequest
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 - Direct Known Subclasses:
- GatewayChangeRequestGatewayClientGatewayCreate,- GatewayChangeRequestGatewayClientGatewayDelete,- GatewayChangeRequestGatewayClientGatewayUpdateAttributes
 
 public class GatewayChangeRequest extends com.ibm.cloud.sdk.core.service.model.GenericModelGatewayChangeRequest. Classes which extend this class: - GatewayChangeRequestGatewayClientGatewayCreate - GatewayChangeRequestGatewayClientGatewayDelete - GatewayChangeRequestGatewayClientGatewayUpdateAttributes
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceGatewayChangeRequest.Typetype of gateway change request.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()Gets the type.List<GatewayChangeRequestUpdatesItem>getUpdates()Gets the updates.
 
- 
- 
- 
Method Detail- 
getTypepublic String getType() Gets the type. type of gateway change request.- Returns:
- the type
 
 - 
getUpdatespublic List<GatewayChangeRequestUpdatesItem> getUpdates() Gets the updates. array of pending updates.- Returns:
- the updates
 
 
- 
 
-