Subnet.UpdateStages.WithServiceEndpoint Interface

public static interface Subnet.UpdateStages.WithServiceEndpoint

The stage of a subnet definition allowing to enable or disable access from a service endpoint to the subnet.

Method Summary

Modifier and Type Method and Description
abstract Update withAccessFromService(ServiceEndpointType service)

Specifies a service endpoint to enable access from.

abstract Update withoutAccessFromService(ServiceEndpointType service)

Specifies that existing access from a service endpoint should be removed.

Method Details

withAccessFromService

public abstract Subnet.Update withAccessFromService(ServiceEndpointType service)

Specifies a service endpoint to enable access from.

Parameters:

service - the service type

Returns:

the next stage of the definition

withoutAccessFromService

public abstract Subnet.Update withoutAccessFromService(ServiceEndpointType service)

Specifies that existing access from a service endpoint should be removed.

Parameters:

service - the service type

Returns:

the next stage of the definition

Applies to