public class RemoteConnectionCreationRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALLOW_INSECURE_T_L_S |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_ORG_I_D |
static String |
SERIALIZED_NAME_REMOTE_A_P_I_TOKEN |
static String |
SERIALIZED_NAME_REMOTE_ORG_I_D |
static String |
SERIALIZED_NAME_REMOTE_U_R_L |
| Constructor and Description |
|---|
RemoteConnectionCreationRequest() |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_ORG_I_D
public static final String SERIALIZED_NAME_REMOTE_U_R_L
public static final String SERIALIZED_NAME_REMOTE_A_P_I_TOKEN
public static final String SERIALIZED_NAME_REMOTE_ORG_I_D
public static final String SERIALIZED_NAME_ALLOW_INSECURE_T_L_S
public RemoteConnectionCreationRequest name(String name)
public String getName()
public void setName(String name)
public RemoteConnectionCreationRequest description(String description)
public String getDescription()
public void setDescription(String description)
public RemoteConnectionCreationRequest orgID(String orgID)
public String getOrgID()
public void setOrgID(String orgID)
public RemoteConnectionCreationRequest remoteURL(String remoteURL)
public String getRemoteURL()
public void setRemoteURL(String remoteURL)
public RemoteConnectionCreationRequest remoteAPIToken(String remoteAPIToken)
public String getRemoteAPIToken()
public void setRemoteAPIToken(String remoteAPIToken)
public RemoteConnectionCreationRequest remoteOrgID(String remoteOrgID)
public String getRemoteOrgID()
public void setRemoteOrgID(String remoteOrgID)
public RemoteConnectionCreationRequest allowInsecureTLS(Boolean allowInsecureTLS)
public Boolean getAllowInsecureTLS()
public void setAllowInsecureTLS(Boolean allowInsecureTLS)
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.