Class ServiceTokenOperator.ServiceTokenBuilder
java.lang.Object
api.equinix.javasdk.fabric.model.json.creators.ServiceTokenOperator.ServiceTokenBuilder
- Enclosing class:
ServiceTokenOperator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowCustomBandwidth(Boolean allowCustomBandwidth) allowRemoteConnection(Boolean allowRemoteConnection) create()dryRun()forAccessPointType(AccessPointType accessPointType) forConnectionType(ConnectionType connectionType) ofType(ServiceTokenType serviceTokenType) onPortUuid(String portUuid) usingProtocolDot1q(Integer vLanTag) usingProtocolQinQ(Integer vLanCTag, Integer vlanSTag) withBandwidthLimit(Integer bandwidthLimit) withExpiry(Integer expiry) withNotificationEmail(String emailAddress)
-
Constructor Details
-
ServiceTokenBuilder
-
-
Method Details
-
ofType
-
withExpiry
-
forConnectionType
-
allowRemoteConnection
public ServiceTokenOperator.ServiceTokenBuilder allowRemoteConnection(Boolean allowRemoteConnection) -
allowCustomBandwidth
-
withBandwidthLimit
-
forAccessPointType
-
onPortUuid
-
onPort
-
usingProtocolDot1q
-
usingProtocolQinQ
public ServiceTokenOperator.ServiceTokenBuilder usingProtocolQinQ(Integer vLanCTag, Integer vlanSTag) -
withNotificationEmail
-
dryRun
-
create
-