Interface AzureSourceDetailsOrBuilder (1.74.0)

public interface AzureSourceDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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()
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.