RegisteredServerCreateParametersProperties Class
- java.
lang. Object - com.
azure. resourcemanager. storagesync. fluent. models. RegisteredServerCreateParametersProperties
- com.
Implements
public final class RegisteredServerCreateParametersProperties
implements JsonSerializable<RegisteredServerCreateParametersProperties>
RegisteredServer Create Properties object.
Constructor Summary
| Constructor | Description |
|---|---|
| RegisteredServerCreateParametersProperties() |
Creates an instance of Registered |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
agentVersion()
Get the agent |
| String |
applicationId()
Get the application |
| String |
clusterId()
Get the cluster |
| String |
clusterName()
Get the cluster |
| String |
friendlyName()
Get the friendly |
|
static
Registered |
fromJson(JsonReader jsonReader)
Reads an instance of Registered |
| Boolean |
identity()
Get the identity property: Apply server with newly discovered Application |
| String |
lastHeartBeat()
Get the last |
| String |
serverCertificate()
Get the server |
| String |
serverId()
Get the server |
| String |
serverOSVersion()
Get the server |
| String |
serverRole()
Get the server |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Registered |
withAgentVersion(String agentVersion)
Set the agent |
|
Registered |
withApplicationId(String applicationId)
Set the application |
|
Registered |
withClusterId(String clusterId)
Set the cluster |
|
Registered |
withClusterName(String clusterName)
Set the cluster |
|
Registered |
withFriendlyName(String friendlyName)
Set the friendly |
|
Registered |
withIdentity(Boolean identity)
Set the identity property: Apply server with newly discovered Application |
|
Registered |
withLastHeartBeat(String lastHeartBeat)
Set the last |
|
Registered |
withServerCertificate(String serverCertificate)
Set the server |
|
Registered |
withServerId(String serverId)
Set the server |
|
Registered |
withServerOSVersion(String serverOSVersion)
Set the server |
|
Registered |
withServerRole(String serverRole)
Set the server |
Methods inherited from java.lang.Object
Constructor Details
RegisteredServerCreateParametersProperties
public RegisteredServerCreateParametersProperties()
Creates an instance of RegisteredServerCreateParametersProperties class.
Method Details
agentVersion
public String agentVersion()
Get the agentVersion property: Registered Server Agent Version.
Returns:
applicationId
public String applicationId()
Get the applicationId property: Server ServicePrincipal Id.
Returns:
clusterId
public String clusterId()
Get the clusterId property: Registered Server clusterId.
Returns:
clusterName
public String clusterName()
Get the clusterName property: Registered Server clusterName.
Returns:
friendlyName
public String friendlyName()
Get the friendlyName property: Friendly Name.
Returns:
fromJson
public static RegisteredServerCreateParametersProperties fromJson(JsonReader jsonReader)
Reads an instance of RegisteredServerCreateParametersProperties from the JsonReader.
Parameters:
Returns:
Throws:
identity
public Boolean identity()
Get the identity property: Apply server with newly discovered ApplicationId if available.
Returns:
lastHeartBeat
public String lastHeartBeat()
Get the lastHeartBeat property: Registered Server last heart beat.
Returns:
serverCertificate
public String serverCertificate()
Get the serverCertificate property: Registered Server Certificate.
Returns:
serverId
public String serverId()
Get the serverId property: Registered Server serverId.
Returns:
serverOSVersion
public String serverOSVersion()
Get the serverOSVersion property: Registered Server OS Version.
Returns:
serverRole
public String serverRole()
Get the serverRole property: Registered Server serverRole.
Returns:
toJson
withAgentVersion
public RegisteredServerCreateParametersProperties withAgentVersion(String agentVersion)
Set the agentVersion property: Registered Server Agent Version.
Parameters:
Returns:
withApplicationId
public RegisteredServerCreateParametersProperties withApplicationId(String applicationId)
Set the applicationId property: Server ServicePrincipal Id.
Parameters:
Returns:
withClusterId
public RegisteredServerCreateParametersProperties withClusterId(String clusterId)
Set the clusterId property: Registered Server clusterId.
Parameters:
Returns:
withClusterName
public RegisteredServerCreateParametersProperties withClusterName(String clusterName)
Set the clusterName property: Registered Server clusterName.
Parameters:
Returns:
withFriendlyName
public RegisteredServerCreateParametersProperties withFriendlyName(String friendlyName)
Set the friendlyName property: Friendly Name.
Parameters:
Returns:
withIdentity
public RegisteredServerCreateParametersProperties withIdentity(Boolean identity)
Set the identity property: Apply server with newly discovered ApplicationId if available.
Parameters:
Returns:
withLastHeartBeat
public RegisteredServerCreateParametersProperties withLastHeartBeat(String lastHeartBeat)
Set the lastHeartBeat property: Registered Server last heart beat.
Parameters:
Returns:
withServerCertificate
public RegisteredServerCreateParametersProperties withServerCertificate(String serverCertificate)
Set the serverCertificate property: Registered Server Certificate.
Parameters:
Returns:
withServerId
public RegisteredServerCreateParametersProperties withServerId(String serverId)
Set the serverId property: Registered Server serverId.
Parameters:
Returns:
withServerOSVersion
public RegisteredServerCreateParametersProperties withServerOSVersion(String serverOSVersion)
Set the serverOSVersion property: Registered Server OS Version.
Parameters:
Returns:
withServerRole
public RegisteredServerCreateParametersProperties withServerRole(String serverRole)
Set the serverRole property: Registered Server serverRole.
Parameters:
Returns: