- 1.74.0 (latest)
- 1.73.0
- 1.72.0
- 1.70.0
- 1.68.0
- 1.67.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.5
- 1.2.0
- 1.1.1
- 1.0.5
public interface AzureSourceDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsMigrationResourcesUserTags(String key)
public abstract boolean containsMigrationResourcesUserTags(String key)
User specified tags to add to every M2VM generated resource in Azure.
These tags will be set in addition to the default tags that are set as part
of the migration process. The tags must not begin with the reserved prefix
m4ce
or m2vm
.
map<string, string> migration_resources_user_tags = 8;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
getAzureLocation()
public abstract String getAzureLocation()
Immutable. The Azure location (region) that the source VMs will be migrated from.
string azure_location = 5 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
String |
The azureLocation. |
getAzureLocationBytes()
public abstract ByteString getAzureLocationBytes()
Immutable. The Azure location (region) that the source VMs will be migrated from.
string azure_location = 5 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for azureLocation. |
getClientSecretCreds()
public abstract AzureSourceDetails.ClientSecretCredentials getClientSecretCreds()
Azure Credentials using tenant ID, client ID and secret.
.google.cloud.vmmigration.v1.AzureSourceDetails.ClientSecretCredentials client_secret_creds = 9;
Returns | |
---|---|
Type | Description |
AzureSourceDetails.ClientSecretCredentials |
The clientSecretCreds. |
getClientSecretCredsOrBuilder()
public abstract AzureSourceDetails.ClientSecretCredentialsOrBuilder getClientSecretCredsOrBuilder()
Azure Credentials using tenant ID, client ID and secret.
.google.cloud.vmmigration.v1.AzureSourceDetails.ClientSecretCredentials client_secret_creds = 9;
Returns | |
---|---|
Type | Description |
AzureSourceDetails.ClientSecretCredentialsOrBuilder |
getCredentialsTypeCase()
public abstract AzureSourceDetails.CredentialsTypeCase getCredentialsTypeCase()
Returns | |
---|---|
Type | Description |
AzureSourceDetails.CredentialsTypeCase |
getError()
public abstract Status getError()
Output only. Provides details on the state of the Source in case of an error.
.google.rpc.Status error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
com.google.rpc.Status |
The error. |
getErrorOrBuilder()
public abstract StatusOrBuilder getErrorOrBuilder()
Output only. Provides details on the state of the Source in case of an error.
.google.rpc.Status error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
com.google.rpc.StatusOrBuilder |
getMigrationResourcesUserTags() (deprecated)
public abstract Map<String,String> getMigrationResourcesUserTags()
Use #getMigrationResourcesUserTagsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getMigrationResourcesUserTagsCount()
public abstract int getMigrationResourcesUserTagsCount()
User specified tags to add to every M2VM generated resource in Azure.
These tags will be set in addition to the default tags that are set as part
of the migration process. The tags must not begin with the reserved prefix
m4ce
or m2vm
.
map<string, string> migration_resources_user_tags = 8;
Returns | |
---|---|
Type | Description |
int |
getMigrationResourcesUserTagsMap()
public abstract Map<String,String> getMigrationResourcesUserTagsMap()
User specified tags to add to every M2VM generated resource in Azure.
These tags will be set in addition to the default tags that are set as part
of the migration process. The tags must not begin with the reserved prefix
m4ce
or m2vm
.
map<string, string> migration_resources_user_tags = 8;
Returns | |
---|---|
Type | Description |
Map<String,String> |
getMigrationResourcesUserTagsOrDefault(String key, String defaultValue)
public abstract String getMigrationResourcesUserTagsOrDefault(String key, String defaultValue)
User specified tags to add to every M2VM generated resource in Azure.
These tags will be set in addition to the default tags that are set as part
of the migration process. The tags must not begin with the reserved prefix
m4ce
or m2vm
.
map<string, string> migration_resources_user_tags = 8;
Parameters | |
---|---|
Name | Description |
key |
String |
defaultValue |
String |
Returns | |
---|---|
Type | Description |
String |
getMigrationResourcesUserTagsOrThrow(String key)
public abstract String getMigrationResourcesUserTagsOrThrow(String key)
User specified tags to add to every M2VM generated resource in Azure.
These tags will be set in addition to the default tags that are set as part
of the migration process. The tags must not begin with the reserved prefix
m4ce
or m2vm
.
map<string, string> migration_resources_user_tags = 8;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |
getResourceGroupId()
public abstract String getResourceGroupId()
Output only. The ID of the Azure resource group that contains all resources related to the migration process of this source.
string resource_group_id = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The resourceGroupId. |
getResourceGroupIdBytes()
public abstract ByteString getResourceGroupIdBytes()
Output only. The ID of the Azure resource group that contains all resources related to the migration process of this source.
string resource_group_id = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for resourceGroupId. |
getState()
public abstract AzureSourceDetails.State getState()
Output only. State of the source as determined by the health check.
.google.cloud.vmmigration.v1.AzureSourceDetails.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
AzureSourceDetails.State |
The state. |
getStateValue()
public abstract int getStateValue()
Output only. State of the source as determined by the health check.
.google.cloud.vmmigration.v1.AzureSourceDetails.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for state. |
getSubscriptionId()
public abstract String getSubscriptionId()
Immutable. Azure subscription ID.
string subscription_id = 1 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
String |
The subscriptionId. |
getSubscriptionIdBytes()
public abstract ByteString getSubscriptionIdBytes()
Immutable. Azure subscription ID.
string subscription_id = 1 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for subscriptionId. |
hasClientSecretCreds()
public abstract boolean hasClientSecretCreds()
Azure Credentials using tenant ID, client ID and secret.
.google.cloud.vmmigration.v1.AzureSourceDetails.ClientSecretCredentials client_secret_creds = 9;
Returns | |
---|---|
Type | Description |
boolean |
Whether the clientSecretCreds field is set. |
hasError()
public abstract boolean hasError()
Output only. Provides details on the state of the Source in case of an error.
.google.rpc.Status error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the error field is set. |