Class ReplaceGatewayAsPrependsOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.direct_link.v1.model.ReplaceGatewayAsPrependsOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class ReplaceGatewayAsPrependsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe replaceGatewayAsPrepends options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classReplaceGatewayAsPrependsOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AsPrependPrefixArrayTemplate>asPrepends()Gets the asPrepends.StringgatewayId()Gets the gatewayId.StringifMatch()Gets the ifMatch.ReplaceGatewayAsPrependsOptions.BuildernewBuilder()New builder.
 
- 
- 
- 
Method Detail- 
newBuilderpublic ReplaceGatewayAsPrependsOptions.Builder newBuilder() New builder.- Returns:
- a ReplaceGatewayAsPrependsOptions builder
 
 - 
gatewayIdpublic String gatewayId() Gets the gatewayId. Direct Link gateway identifier.- Returns:
- the gatewayId
 
 - 
ifMatchpublic String ifMatch() Gets the ifMatch. If present, the request will fail if the specified ETag value does not match the resource's current ETag value.- Returns:
- the ifMatch
 
 - 
asPrependspublic List<AsPrependPrefixArrayTemplate> asPrepends() Gets the asPrepends. array of AS Prepend configuration information.- Returns:
- the asPrepends
 
 
- 
 
-