Class VIP.CreateBuilder

  • Enclosing class:
    VIP

    public static class VIP.CreateBuilder
    extends Object
    Create builder (inheriting from Builder).
    • Method Detail

      • tenantId

        public VIP.CreateBuilder tenantId​(String tenantId)
        Provides the tenantId for this VIP's Builder. Admin-only. When keystone is enabled, it is not mandatory to specify tenant_id for resources in create requests, as the tenant identifier will be derived from the Authentication token. Please note that the default authorization settings only allow administrative users to create resources on behalf of a different tenant.
        Returns:
        the Builder.
        See Also:
        VIP.getTenantId()
      • build

        public VIP.CreateVIP build()
        Returns:
        a CreateVIP constructed with this Builder.