Interface Subnet.UpdateStages.WithServiceEndpoint

All Known Subinterfaces:
Subnet.Update
Enclosing interface:
Subnet.UpdateStages

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 Details

    • withAccessFromService

      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

      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