Interface Subnet.DefinitionStages.WithServiceEndpoint<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
Subnet.Definition<ParentT>,Subnet.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- Subnet.DefinitionStages
public static interface Subnet.DefinitionStages.WithServiceEndpoint<ParentT>The stage of a subnet definition allowing to enable access from a service endpoint to the subnet.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Subnet.DefinitionStages.WithAttach<ParentT>withAccessFromService(ServiceEndpointType service)Specifies a service endpoint to enable access from.
-
-
-
Method Detail
-
withAccessFromService
Subnet.DefinitionStages.WithAttach<ParentT> withAccessFromService(ServiceEndpointType service)
Specifies a service endpoint to enable access from.- Parameters:
service- the service type- Returns:
- the next stage of the definition
-
-