ConnectorResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. confluent. fluent. models. ConnectorResourceInner
- com.
- com.
public final class ConnectorResourceInner
extends ProxyResource
Details of connector record.
Constructor Summary
| Constructor | Description |
|---|---|
| ConnectorResourceInner() |
Creates an instance of Connector |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Connector |
connectorBasicInfo()
Get the connector |
|
Connector |
connectorServiceTypeInfo()
Get the connector |
|
static
Connector |
fromJson(JsonReader jsonReader)
Reads an instance of Connector |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Partner |
partnerConnectorInfo()
Get the partner |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
|
Connector |
withConnectorBasicInfo(ConnectorInfoBase connectorBasicInfo)
Set the connector |
|
Connector |
withConnectorServiceTypeInfo(ConnectorServiceTypeInfoBase connectorServiceTypeInfo)
Set the connector |
|
Connector |
withPartnerConnectorInfo(PartnerInfoBase partnerConnectorInfo)
Set the partner |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ConnectorResourceInner
public ConnectorResourceInner()
Creates an instance of ConnectorResourceInner class.
Method Details
connectorBasicInfo
public ConnectorInfoBase connectorBasicInfo()
Get the connectorBasicInfo property: Connector Info Base.
Returns:
connectorServiceTypeInfo
public ConnectorServiceTypeInfoBase connectorServiceTypeInfo()
Get the connectorServiceTypeInfo property: Connector Service type info base properties.
Returns:
fromJson
public static ConnectorResourceInner fromJson(JsonReader jsonReader)
Reads an instance of ConnectorResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ConnectorResourceInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ConnectorResourceInner.name()Returns:
partnerConnectorInfo
public PartnerInfoBase partnerConnectorInfo()
Get the partnerConnectorInfo property: The connection information consumed by applications.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ConnectorResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ConnectorResourceInner.type()Returns:
withConnectorBasicInfo
public ConnectorResourceInner withConnectorBasicInfo(ConnectorInfoBase connectorBasicInfo)
Set the connectorBasicInfo property: Connector Info Base.
Parameters:
Returns:
withConnectorServiceTypeInfo
public ConnectorResourceInner withConnectorServiceTypeInfo(ConnectorServiceTypeInfoBase connectorServiceTypeInfo)
Set the connectorServiceTypeInfo property: Connector Service type info base properties.
Parameters:
Returns:
withPartnerConnectorInfo
public ConnectorResourceInner withPartnerConnectorInfo(PartnerInfoBase partnerConnectorInfo)
Set the partnerConnectorInfo property: The connection information consumed by applications.
Parameters:
Returns: