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.GenericModel
GatewayChangeRequest. Classes which extend this class: - GatewayChangeRequestGatewayClientGatewayCreate - GatewayChangeRequestGatewayClientGatewayDelete - GatewayChangeRequestGatewayClientGatewayUpdateAttributes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
GatewayChangeRequest.Type
type of gateway change request.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
Gets the type.List<GatewayChangeRequestUpdatesItem>
getUpdates()
Gets the updates.
-
-
-
Method Detail
-
getType
public String getType()
Gets the type. type of gateway change request.- Returns:
- the type
-
getUpdates
public List<GatewayChangeRequestUpdatesItem> getUpdates()
Gets the updates. array of pending updates.- Returns:
- the updates
-
-