Class ConnectionTypeProperties

java.lang.Object
com.azure.resourcemanager.automation.fluent.models.ConnectionTypeProperties

public final class ConnectionTypeProperties extends Object
Properties of the connection type.
  • Constructor Details

    • ConnectionTypeProperties

      public ConnectionTypeProperties()
  • Method Details

    • isGlobal

      public Boolean isGlobal()
      Get the isGlobal property: Gets or sets a Boolean value to indicate if the connection type is global.
      Returns:
      the isGlobal value.
    • withIsGlobal

      public ConnectionTypeProperties withIsGlobal(Boolean isGlobal)
      Set the isGlobal property: Gets or sets a Boolean value to indicate if the connection type is global.
      Parameters:
      isGlobal - the isGlobal value to set.
      Returns:
      the ConnectionTypeProperties object itself.
    • fieldDefinitions

      public Map<String,FieldDefinition> fieldDefinitions()
      Get the fieldDefinitions property: Gets the field definitions of the connection type.
      Returns:
      the fieldDefinitions value.
    • creationTime

      public OffsetDateTime creationTime()
      Get the creationTime property: Gets the creation time.
      Returns:
      the creationTime value.
    • lastModifiedTime

      public OffsetDateTime lastModifiedTime()
      Get the lastModifiedTime property: Gets or sets the last modified time.
      Returns:
      the lastModifiedTime value.
    • withLastModifiedTime

      public ConnectionTypeProperties withLastModifiedTime(OffsetDateTime lastModifiedTime)
      Set the lastModifiedTime property: Gets or sets the last modified time.
      Parameters:
      lastModifiedTime - the lastModifiedTime value to set.
      Returns:
      the ConnectionTypeProperties object itself.
    • description

      public String description()
      Get the description property: Gets or sets the description.
      Returns:
      the description value.
    • withDescription

      public ConnectionTypeProperties withDescription(String description)
      Set the description property: Gets or sets the description.
      Parameters:
      description - the description value to set.
      Returns:
      the ConnectionTypeProperties object itself.
    • validate

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