AviConnectionInfo (type)

{
  "additionalProperties": false, 
  "description": "Credential info to connect to a AVI type of enforcement point.", 
  "extends": {
    "$ref": "EnforcementPointConnectionInfo
  }, 
  "id": "AviConnectionInfo", 
  "module_id": "PolicyEnforcementPointManagement", 
  "polymorphic-type-descriptor": {
    "type-identifier": "AviConnectionInfo"
  }, 
  "properties": {
    "cloud": {
      "deprecated": true, 
      "description": "Clouds are containers for the environment that Avi Vantage is installed or operating within. During initial setup of Vantage, a default cloud, named Default-Cloud, is created. This is where the first Controller is deployed, into Default-Cloud. Additional clouds may be added, containing SEs and virtual services. This is a deprecated property. Cloud has been renamed to cloud_name and it will added from specific ALB entity.", 
      "required": false, 
      "sensitive": false, 
      "title": "Cloud", 
      "type": "string"
    }, 
    "enforcement_point_address": {
      "description": "Value of this property could be Hostname or IP. For instance: - On an NSX-T MP running on default port, the value could be \"10.192.1.1\" - On an NSX-T MP running on custom port, the value could be \"192.168.1.1:32789\" - On an NSX-T MP in VMC deployments, the value could be \"192.168.1.1:5480/nsxapi\"", 
      "required": true, 
      "title": "Enforcement Point Address", 
      "type": "string"
    }, 
    "expires_at": {
      "description": "Expiry time of the token will be set by LCM at the time of Enforcement Point Creation.", 
      "required": false, 
      "title": "Expiry time of the token", 
      "type": "string"
    }, 
    "managed_by": {
      "description": "Managed by used when on-borading workflow created by LCM/VCF.", 
      "required": false, 
      "title": "Managed by used when on-borading workflow created by LCM/VCF.", 
      "type": "string"
    }, 
    "password": {
      "description": "Password or Token for Avi Controller.", 
      "required": true, 
      "sensitive": true, 
      "title": "Password or Token for Avi Controller", 
      "type": "secure_string"
    }, 
    "resource_type": {
      "description": "Resource Type of Enforcement Point Connection Info.", 
      "enum": [
        "NSXTConnectionInfo", 
        "NSXVConnectionInfo", 
        "CvxConnectionInfo", 
        "AviConnectionInfo"
      ], 
      "required": true, 
      "title": "Connection Info Resource Type", 
      "type": "string"
    }, 
    "status": {
      "$ref": "ALBEnforcementPointState, 
      "default": "DEACTIVATE_API", 
      "description": "This is connection property which checks whether ALB is connected to the controller. Enum options - ACTIVATE, DEACTIVATE_PROVIDER, DEACTIVATE_API. Default value is DEACTIVATE_API.", 
      "required": true, 
      "title": "Enforcement point state for ALB"
    }, 
    "tenant": {
      "description": "A tenant is an isolated instance of Avi Controller. Each Avi user account is associated with one or more tenants. The tenant associated with a user account defines the resources that user can access within Avi Vantage. When a user logs in, Avi restricts their access to only those resources that are in the same tenant", 
      "required": true, 
      "sensitive": false, 
      "title": "Tenant", 
      "type": "string"
    }, 
    "thumbprint": {
      "description": "Thumbprint of EnforcementPoint in the form of a SHA-256 hash represented in lower case HEX.", 
      "required": false, 
      "title": "Thumbprint of Enforcement Point", 
      "type": "string"
    }, 
    "username": {
      "description": "Username.", 
      "required": true, 
      "sensitive": true, 
      "title": "Username", 
      "type": "secure_string"
    }, 
    "version": {
      "deprecated": true, 
      "description": "Avi supports API versioning for backward compatibility with automation scripts written for an object model older than the current one. Such scripts need not be updated to keep up with object model changes This is a deprecated property. The version is now auto populated from property file and its value can be read using APIs", 
      "required": false, 
      "sensitive": false, 
      "title": "Version", 
      "type": "string"
    }
  }, 
  "title": "Avi Connection Info", 
  "type": "object"
}