Class CustomizationHostname

java.lang.Object
com.azure.resourcemanager.vmwarecloudsimple.models.CustomizationHostname

public final class CustomizationHostname extends Object
Host name model.
  • Constructor Details

    • CustomizationHostname

      public CustomizationHostname()
      Creates an instance of CustomizationHostname class.
  • Method Details

    • name

      public String name()
      Get the name property: Hostname.
      Returns:
      the name value.
    • withName

      public CustomizationHostname withName(String name)
      Set the name property: Hostname.
      Parameters:
      name - the name value to set.
      Returns:
      the CustomizationHostname object itself.
    • type

      Get the type property: Type of host name.
      Returns:
      the type value.
    • withType

      Set the type property: Type of host name.
      Parameters:
      type - the type value to set.
      Returns:
      the CustomizationHostname object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.