VmmServerInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. scvmm. fluent. models. VmmServerInner
- com.
- com.
- com.
public final class VmmServerInner
extends Resource
The VmmServers resource definition.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| VmmServerInner() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
connectionStatus()
Get the connection |
|
Vmm |
credentials()
Get the credentials property: Credentials to connect to VMMServer. |
| String |
errorMessage()
Get the error |
|
Extended |
extendedLocation()
Get the extended |
| String |
fqdn()
Get the fqdn property: Fqdn is the hostname/ip of the vmm |
| Integer |
port()
Get the port property: Port is the port on which the vmm |
| String |
provisioningState()
Get the provisioning |
|
System |
systemData()
Get the system |
| String |
uuid()
Get the uuid property: Unique ID of vmm |
| void |
validate()
Validates the instance. |
| String |
version()
Get the version property: Version is the version of the vmm |
|
Vmm |
withCredentials(VmmServerPropertiesCredentials credentials)
Set the credentials property: Credentials to connect to VMMServer. |
|
Vmm |
withExtendedLocation(ExtendedLocation extendedLocation)
Set the extended |
|
Vmm |
withFqdn(String fqdn)
Set the fqdn property: Fqdn is the hostname/ip of the vmm |
|
Vmm |
withLocation(String location) |
|
Vmm |
withPort(Integer port)
Set the port property: Port is the port on which the vmm |
|
Vmm |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
VmmServerInner
public VmmServerInner()
Method Details
connectionStatus
public String connectionStatus()
Get the connectionStatus property: Gets or sets the connection status to the vmmServer.
Returns:
credentials
public VmmServerPropertiesCredentials credentials()
Get the credentials property: Credentials to connect to VMMServer.
Returns:
errorMessage
public String errorMessage()
Get the errorMessage property: Gets or sets any error message if connection to vmmServer is having any issue.
Returns:
extendedLocation
public ExtendedLocation extendedLocation()
Get the extendedLocation property: The extended location.
Returns:
fqdn
public String fqdn()
Get the fqdn property: Fqdn is the hostname/ip of the vmmServer.
Returns:
port
public Integer port()
Get the port property: Port is the port on which the vmmServer is listening.
Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: Gets or sets the provisioning state.
Returns:
systemData
public SystemData systemData()
Get the systemData property: The system data.
Returns:
uuid
public String uuid()
Get the uuid property: Unique ID of vmmServer.
Returns:
validate
public void validate()
Validates the instance.
version
public String version()
Get the version property: Version is the version of the vmmSever.
Returns:
withCredentials
public VmmServerInner withCredentials(VmmServerPropertiesCredentials credentials)
Set the credentials property: Credentials to connect to VMMServer.
Parameters:
Returns:
withExtendedLocation
public VmmServerInner withExtendedLocation(ExtendedLocation extendedLocation)
Set the extendedLocation property: The extended location.
Parameters:
Returns:
withFqdn
public VmmServerInner withFqdn(String fqdn)
Set the fqdn property: Fqdn is the hostname/ip of the vmmServer.
Parameters:
Returns:
withLocation
public VmmServerInner withLocation(String location)
Overrides:
VmmServerInner.withLocation(String location)Parameters:
withPort
public VmmServerInner withPort(Integer port)
Set the port property: Port is the port on which the vmmServer is listening.
Parameters:
Returns:
withTags
public VmmServerInner withTags(Map<String,String> tags)
Overrides:
VmmServerInner.withTags(Map<String,String> tags)Parameters: