Class AzureVmEnvironment
java.lang.Object
org.springframework.vault.authentication.AzureVmEnvironment
Value object representing a VM environment consisting of the subscription Id, the
resource group name and the VM name.
- Since:
- 2.1
- Author:
- Mark Paluch, Willi Schönborn
- See Also:
-
Constructor Summary
ConstructorDescriptionAzureVmEnvironment
(String subscriptionId, String resourceGroupName, String vmName) Creates a newAzureVmEnvironment
.AzureVmEnvironment
(String subscriptionId, String resourceGroupName, String vmName, String vmScaleSetName) Creates a newAzureVmEnvironment
. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
AzureVmEnvironment
Creates a newAzureVmEnvironment
.- Parameters:
subscriptionId
- must not be null.resourceGroupName
- must not be null.vmName
- must not be null.
-
AzureVmEnvironment
public AzureVmEnvironment(String subscriptionId, String resourceGroupName, String vmName, String vmScaleSetName) Creates a newAzureVmEnvironment
.- Parameters:
subscriptionId
- must not be null.resourceGroupName
- must not be null.vmName
- must not be null.vmScaleSetName
- must not be null.- Since:
- 2.4
-
-
Method Details
-
getSubscriptionId
-
getResourceGroupName
-
getVmName
-
getVmScaleSetName
- Since:
- 2.4
-