azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.r...

135 строки
8.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails"
name: "MarsAgentDetails"
nameWithType: "MarsAgentDetails"
summary: "Mars agent details."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **MarsAgentDetails**"
constructors:
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails.MarsAgentDetails()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails.MarsAgentDetails()"
name: "MarsAgentDetails()"
nameWithType: "MarsAgentDetails.MarsAgentDetails()"
summary: "Creates an instance of Mars<wbr>Agent<wbr>Details class."
syntax: "public MarsAgentDetails()"
desc: "Creates an instance of MarsAgentDetails class."
methods:
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails.biosId()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails.biosId()"
name: "biosId()"
nameWithType: "MarsAgentDetails.biosId()"
summary: "Get the bios<wbr>Id property: The Mars agent Bios Id."
syntax: "public String biosId()"
desc: "Get the biosId property: The Mars agent Bios Id."
returns:
description: "the biosId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails.fabricObjectId()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails.fabricObjectId()"
name: "fabricObjectId()"
nameWithType: "MarsAgentDetails.fabricObjectId()"
summary: "Get the fabric<wbr>Object<wbr>Id property: The fabric object Id."
syntax: "public String fabricObjectId()"
desc: "Get the fabricObjectId property: The fabric object Id."
returns:
description: "the fabricObjectId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails.fqdn()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails.fqdn()"
name: "fqdn()"
nameWithType: "MarsAgentDetails.fqdn()"
summary: "Get the fqdn property: The Mars agent Fqdn."
syntax: "public String fqdn()"
desc: "Get the fqdn property: The Mars agent Fqdn."
returns:
description: "the fqdn value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails.health()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails.health()"
name: "health()"
nameWithType: "MarsAgentDetails.health()"
summary: "Get the health property: The health of the Mars agent."
syntax: "public ProtectionHealth health()"
desc: "Get the health property: The health of the Mars agent."
returns:
description: "the health value."
type: "<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.ProtectionHealth?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.ProtectionHealth&text=ProtectionHealth\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails.healthErrors()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails.healthErrors()"
name: "healthErrors()"
nameWithType: "MarsAgentDetails.healthErrors()"
summary: "Get the health<wbr>Errors property: The health errors."
syntax: "public List<HealthError> healthErrors()"
desc: "Get the healthErrors property: The health errors."
returns:
description: "the healthErrors value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.recoveryservicessiterecovery.models.HealthError?alt=com.azure.resourcemanager.recoveryservicessiterecovery.models.HealthError&text=HealthError\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails.id()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails.id()"
name: "id()"
nameWithType: "MarsAgentDetails.id()"
summary: "Get the id property: The Mars agent Id."
syntax: "public String id()"
desc: "Get the id property: The Mars agent Id."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails.lastHeartbeatUtc()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails.lastHeartbeatUtc()"
name: "lastHeartbeatUtc()"
nameWithType: "MarsAgentDetails.lastHeartbeatUtc()"
summary: "Get the last<wbr>Heartbeat<wbr>Utc property: The last heartbeat received from the Mars agent."
syntax: "public OffsetDateTime lastHeartbeatUtc()"
desc: "Get the lastHeartbeatUtc property: The last heartbeat received from the Mars agent."
returns:
description: "the lastHeartbeatUtc value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails.name()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails.name()"
name: "name()"
nameWithType: "MarsAgentDetails.name()"
summary: "Get the name property: The Mars agent name."
syntax: "public String name()"
desc: "Get the name property: The Mars agent name."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails.validate()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails.validate()"
name: "validate()"
nameWithType: "MarsAgentDetails.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails.version()"
fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.MarsAgentDetails.version()"
name: "version()"
nameWithType: "MarsAgentDetails.version()"
summary: "Get the version property: The version."
syntax: "public String version()"
desc: "Get the version property: The version."
returns:
description: "the version value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "Mars agent details."
metadata: {}
package: "com.azure.resourcemanager.recoveryservicessiterecovery.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-recoveryservicessiterecovery:1.1.0