Class ConnectionTypeInner

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

public final class ConnectionTypeInner extends Object
Definition of the connection type.
  • Constructor Details

    • ConnectionTypeInner

      public ConnectionTypeInner()
  • Method Details

    • id

      public String id()
      Get the id property: Gets the id of the resource.
      Returns:
      the id value.
    • name

      public String name()
      Get the name property: Gets the name of the connection type.
      Returns:
      the name value.
    • type

      public String type()
      Get the type property: Resource type.
      Returns:
      the type value.
    • 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 ConnectionTypeInner 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 ConnectionTypeInner 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 ConnectionTypeInner withLastModifiedTime(OffsetDateTime lastModifiedTime)
      Set the lastModifiedTime property: Gets or sets the last modified time.
      Parameters:
      lastModifiedTime - the lastModifiedTime value to set.
      Returns:
      the ConnectionTypeInner object itself.
    • description

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

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

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