Class NovaSecGroupExtension

    • Constructor Detail

      • NovaSecGroupExtension

        public NovaSecGroupExtension()
        Deprecated.
    • Method Detail

      • create

        public static NovaSecGroupExtension create​(String name,
                                                   String description)
        Deprecated.
        Security Groups only need two fields populated when Created so instead of a builder the API can leverage this call to create a new Security Group
        Parameters:
        name - name of the security group
        description - description of the security group
      • getId

        public String getId()
        Deprecated.
        Gets the identifier for the Security Group
        Specified by:
        getId in interface SecGroupExtension
        Returns:
        the identifier
      • getName

        public String getName()
        Deprecated.
        Gets the name of the Security Group
        Specified by:
        getName in interface SecGroupExtension
        Returns:
        the name of the Group
      • getDescription

        public String getDescription()
        Deprecated.
        Gets the description.
        Specified by:
        getDescription in interface SecGroupExtension
        Returns:
        the description of the Security Group
      • getTenantId

        public String getTenantId()
        Deprecated.
        Gets the tenant id associated with the group
        Specified by:
        getTenantId in interface SecGroupExtension
        Returns:
        the tenant identifier
      • getLinks

        public List<? extends Link> getLinks()
        Deprecated.
        Gets the reference / external links
        Specified by:
        getLinks in interface SecGroupExtension
        Returns:
        external/reference list of links