SapCentralServerInstance Interface
public interface SapCentralServerInstance
An immutable client-side representation of SapCentralServerInstance.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Enqueue |
enqueueReplicationServerProperties()
Gets the enqueue |
|
abstract
Enqueue |
enqueueServerProperties()
Gets the enqueue |
|
abstract
Sap |
errors()
Gets the errors property: Defines the errors related to SAP Central Services Instance resource. |
|
abstract
Gateway |
gatewayServerProperties()
Gets the gateway |
|
abstract
Sap |
health()
Gets the health property: Defines the health of SAP Instances. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Sap |
innerModel()
Gets the inner com. |
| abstract String |
instanceNo()
Gets the instance |
| abstract String |
kernelPatch()
Gets the kernel |
| abstract String |
kernelVersion()
Gets the kernel |
|
abstract
Load |
loadBalancerDetails()
Gets the load |
| abstract String |
location()
Gets the location property: The geo-location where the resource lives. |
|
abstract
Message |
messageServerProperties()
Gets the message |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Sap |
provisioningState()
Gets the provisioning |
|
abstract
Sap |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Sap |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract Region |
region()
Gets the region of the resource. |
| abstract String |
regionName()
Gets the name of the resource region. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
Operation |
startInstance()
Starts the SAP Central Services Instance. |
|
abstract
Operation |
startInstance(Context context)
Starts the SAP Central Services Instance. |
|
abstract
Sap |
status()
Gets the status property: Defines the SAP Instance status. |
|
abstract
Operation |
stopInstance()
Stops the SAP Central Services Instance. |
|
abstract
Operation |
stopInstance(StopRequest body, Context context)
Stops the SAP Central Services Instance. |
| abstract String |
subnet()
Gets the subnet property: The central services instance subnet. |
|
abstract
System |
systemData()
Gets the system |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Sap |
|
abstract
List<Central |
vmDetails()
Gets the vm |
Method Details
enqueueReplicationServerProperties
public abstract EnqueueReplicationServerProperties enqueueReplicationServerProperties()
Gets the enqueueReplicationServerProperties property: Defines the SAP Enqueue Replication Server (ERS) properties.
Returns:
enqueueServerProperties
public abstract EnqueueServerProperties enqueueServerProperties()
Gets the enqueueServerProperties property: Defines the SAP Enqueue Server properties.
Returns:
errors
public abstract SapVirtualInstanceError errors()
Gets the errors property: Defines the errors related to SAP Central Services Instance resource.
Returns:
gatewayServerProperties
public abstract GatewayServerProperties gatewayServerProperties()
Gets the gatewayServerProperties property: Defines the SAP Gateway Server properties.
Returns:
health
public abstract SapHealthState health()
Gets the health property: Defines the health of SAP Instances.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract SapCentralServerInstanceInner innerModel()
Gets the inner com.azure.resourcemanager.workloads.fluent.models.SapCentralServerInstanceInner object.
Returns:
instanceNo
public abstract String instanceNo()
Gets the instanceNo property: The central services instance number.
Returns:
kernelPatch
public abstract String kernelPatch()
Gets the kernelPatch property: The central services instance Kernel Patch level.
Returns:
kernelVersion
public abstract String kernelVersion()
Gets the kernelVersion property: The central services instance Kernel Version.
Returns:
loadBalancerDetails
public abstract LoadBalancerDetails loadBalancerDetails()
Gets the loadBalancerDetails property: The Load Balancer details such as LoadBalancer ID attached to ASCS Virtual Machines.
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
messageServerProperties
public abstract MessageServerProperties messageServerProperties()
Gets the messageServerProperties property: Defines the SAP Message Server properties.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract SapVirtualInstanceProvisioningState provisioningState()
Gets the provisioningState property: Defines the provisioning states.
Returns:
refresh
public abstract SapCentralServerInstance refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract SapCentralServerInstance refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
startInstance
public abstract OperationStatusResult startInstance()
Starts the SAP Central Services Instance.
Returns:
startInstance
public abstract OperationStatusResult startInstance(Context context)
Starts the SAP Central Services Instance.
Parameters:
Returns:
status
public abstract SapVirtualInstanceStatus status()
Gets the status property: Defines the SAP Instance status.
Returns:
stopInstance
public abstract OperationStatusResult stopInstance()
Stops the SAP Central Services Instance.
Returns:
stopInstance
public abstract OperationStatusResult stopInstance(StopRequest body, Context context)
Stops the SAP Central Services Instance.
Parameters:
Returns:
subnet
public abstract String subnet()
Gets the subnet property: The central services instance subnet.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract SapCentralServerInstance.Update update()
Begins update for the SapCentralServerInstance resource.
Returns:
vmDetails
public abstract List<CentralServerVmDetails> vmDetails()
Gets the vmDetails property: The list of virtual machines corresponding to the Central Services instance.
Returns: