RegisteredServerProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.storagesync.fluent.models.RegisteredServerProperties

Implements

public final class RegisteredServerProperties
implements JsonSerializable<RegisteredServerProperties>

RegisteredServer Properties object.

Method Summary

Modifier and Type Method and Description
ServerAuthType activeAuthType()

Get the activeAuthType property: Server auth type.

String agentVersion()

Get the agentVersion property: Registered Server Agent Version.

OffsetDateTime agentVersionExpirationDate()

Get the agentVersionExpirationDate property: Registered Server Agent Version Expiration Date.

RegisteredServerAgentVersionStatus agentVersionStatus()

Get the agentVersionStatus property: Registered Server Agent Version Status.

String applicationId()

Get the applicationId property: Server Application Id.

String clusterId()

Get the clusterId property: Registered Server clusterId.

String clusterName()

Get the clusterName property: Registered Server clusterName.

String discoveryEndpointUri()

Get the discoveryEndpointUri property: Resource discoveryEndpointUri.

String friendlyName()

Get the friendlyName property: Friendly Name.

static RegisteredServerProperties fromJson(JsonReader jsonReader)

Reads an instance of RegisteredServerProperties from the JsonReader.

Boolean identity()

Get the identity property: Apply server with newly discovered ApplicationId if available.

String lastHeartBeat()

Get the lastHeartBeat property: Registered Server last heart beat.

String lastOperationName()

Get the lastOperationName property: Resource Last Operation Name.

String lastWorkflowId()

Get the lastWorkflowId property: Registered Server lastWorkflowId.

String latestApplicationId()

Get the latestApplicationId property: Latest Server Application Id discovered from the server.

String managementEndpointUri()

Get the managementEndpointUri property: Management Endpoint Uri.

String monitoringConfiguration()

Get the monitoringConfiguration property: Monitoring Configuration.

String monitoringEndpointUri()

Get the monitoringEndpointUri property: Telemetry Endpoint Uri.

String provisioningState()

Get the provisioningState property: Registered Server Provisioning State.

String resourceLocation()

Get the resourceLocation property: Resource Location.

String serverCertificate()

Get the serverCertificate property: Registered Server Certificate.

String serverId()

Get the serverId property: Registered Server serverId.

Integer serverManagementErrorCode()

Get the serverManagementErrorCode property: Registered Server Management Error Code.

String serverName()

Get the serverName property: Server name.

String serverOSVersion()

Get the serverOSVersion property: Registered Server OS Version.

String serverRole()

Get the serverRole property: Registered Server serverRole.

String serviceLocation()

Get the serviceLocation property: Service Location.

String storageSyncServiceUid()

Get the storageSyncServiceUid property: Registered Server storageSyncServiceUid.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

activeAuthType

public ServerAuthType activeAuthType()

Get the activeAuthType property: Server auth type.

Returns:

the activeAuthType value.

agentVersion

public String agentVersion()

Get the agentVersion property: Registered Server Agent Version.

Returns:

the agentVersion value.

agentVersionExpirationDate

public OffsetDateTime agentVersionExpirationDate()

Get the agentVersionExpirationDate property: Registered Server Agent Version Expiration Date.

Returns:

the agentVersionExpirationDate value.

agentVersionStatus

public RegisteredServerAgentVersionStatus agentVersionStatus()

Get the agentVersionStatus property: Registered Server Agent Version Status.

Returns:

the agentVersionStatus value.

applicationId

public String applicationId()

Get the applicationId property: Server Application Id.

Returns:

the applicationId value.

clusterId

public String clusterId()

Get the clusterId property: Registered Server clusterId.

Returns:

the clusterId value.

clusterName

public String clusterName()

Get the clusterName property: Registered Server clusterName.

Returns:

the clusterName value.

discoveryEndpointUri

public String discoveryEndpointUri()

Get the discoveryEndpointUri property: Resource discoveryEndpointUri.

Returns:

the discoveryEndpointUri value.

friendlyName

public String friendlyName()

Get the friendlyName property: Friendly Name.

Returns:

the friendlyName value.

fromJson

public static RegisteredServerProperties fromJson(JsonReader jsonReader)

Reads an instance of RegisteredServerProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of RegisteredServerProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the RegisteredServerProperties.

identity

public Boolean identity()

Get the identity property: Apply server with newly discovered ApplicationId if available.

Returns:

the identity value.

lastHeartBeat

public String lastHeartBeat()

Get the lastHeartBeat property: Registered Server last heart beat.

Returns:

the lastHeartBeat value.

lastOperationName

public String lastOperationName()

Get the lastOperationName property: Resource Last Operation Name.

Returns:

the lastOperationName value.

lastWorkflowId

public String lastWorkflowId()

Get the lastWorkflowId property: Registered Server lastWorkflowId.

Returns:

the lastWorkflowId value.

latestApplicationId

public String latestApplicationId()

Get the latestApplicationId property: Latest Server Application Id discovered from the server. It is not yet applied.

Returns:

the latestApplicationId value.

managementEndpointUri

public String managementEndpointUri()

Get the managementEndpointUri property: Management Endpoint Uri.

Returns:

the managementEndpointUri value.

monitoringConfiguration

public String monitoringConfiguration()

Get the monitoringConfiguration property: Monitoring Configuration.

Returns:

the monitoringConfiguration value.

monitoringEndpointUri

public String monitoringEndpointUri()

Get the monitoringEndpointUri property: Telemetry Endpoint Uri.

Returns:

the monitoringEndpointUri value.

provisioningState

public String provisioningState()

Get the provisioningState property: Registered Server Provisioning State.

Returns:

the provisioningState value.

resourceLocation

public String resourceLocation()

Get the resourceLocation property: Resource Location.

Returns:

the resourceLocation value.

serverCertificate

public String serverCertificate()

Get the serverCertificate property: Registered Server Certificate.

Returns:

the serverCertificate value.

serverId

public String serverId()

Get the serverId property: Registered Server serverId.

Returns:

the serverId value.

serverManagementErrorCode

public Integer serverManagementErrorCode()

Get the serverManagementErrorCode property: Registered Server Management Error Code.

Returns:

the serverManagementErrorCode value.

serverName

public String serverName()

Get the serverName property: Server name.

Returns:

the serverName value.

serverOSVersion

public String serverOSVersion()

Get the serverOSVersion property: Registered Server OS Version.

Returns:

the serverOSVersion value.

serverRole

public String serverRole()

Get the serverRole property: Registered Server serverRole.

Returns:

the serverRole value.

serviceLocation

public String serviceLocation()

Get the serviceLocation property: Service Location.

Returns:

the serviceLocation value.

storageSyncServiceUid

public String storageSyncServiceUid()

Get the storageSyncServiceUid property: Registered Server storageSyncServiceUid.

Returns:

the storageSyncServiceUid value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to