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.GenericModel
The replaceGatewayAsPrepends options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReplaceGatewayAsPrependsOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AsPrependPrefixArrayTemplate>
asPrepends()
Gets the asPrepends.String
gatewayId()
Gets the gatewayId.String
ifMatch()
Gets the ifMatch.ReplaceGatewayAsPrependsOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public ReplaceGatewayAsPrependsOptions.Builder newBuilder()
New builder.- Returns:
- a ReplaceGatewayAsPrependsOptions builder
-
gatewayId
public String gatewayId()
Gets the gatewayId. Direct Link gateway identifier.- Returns:
- the gatewayId
-
ifMatch
public 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
-
asPrepends
public List<AsPrependPrefixArrayTemplate> asPrepends()
Gets the asPrepends. array of AS Prepend configuration information.- Returns:
- the asPrepends
-
-