Class GetEndpointAclServicePlainArgs.Builder

    • Method Detail

      • enable

        public GetEndpointAclServicePlainArgs.Builder enable​(java.lang.Boolean enable)
        Parameters:
        enable - Whether to enable Acl Service. Valid values: `true` and `false`.
        Returns:
        builder
      • endpointType

        public GetEndpointAclServicePlainArgs.Builder endpointType​(java.lang.String endpointType)
        Parameters:
        endpointType - The type of endpoint. Valid values: `internet`.
        Returns:
        builder
      • moduleName

        public GetEndpointAclServicePlainArgs.Builder moduleName​(@Nullable
                                                                 java.lang.String moduleName)
        Parameters:
        moduleName - The ModuleName. Valid values: `Registry`. > **NOTE:** After You enable access over the Internet, the Classless Inter-Domain Routing (CIDR) block `127.0.0.1/32` is automatically added to the whitelist. > **NOTE:** You may want to allow all ECS instances to access the Container Registry Enterprise Edition instance over the Internet. To achieve this purpose, you can enable access over the Internet and delete all IP addresses from the whitelist for Internet access. After you perform the preceding operation, the Container Registry Enterprise Edition instance is completely exposed to the Internet and may be attacked.
        Returns:
        builder