ContainerGroup.DefinitionStages.WithNextContainerInstance 接口
定义
The stage of the container group definition allowing to specify a container instance.
public interface WithNextContainerInstance extends ContainerGroup.DefinitionStages.WithCreate
继承成员
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
Resource.DefinitionWithTags<T>.withTag(String key, String value)
Resource.DefinitionWithTags<T>.withTags(Map<String, String> tags)
方法
defineContainerInstance(String name) |
Begins the definition of a container instance.
|