1. Packages
  2. Google Cloud Native
  3. API Docs
  4. vmmigration
  5. vmmigration/v1
  6. Group

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.vmmigration/v1.Group

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Creates a new Group in a given project and location. Auto-naming is currently not supported for this resource.

    Create Group Resource

    new Group(name: string, args: GroupArgs, opts?: CustomResourceOptions);
    @overload
    def Group(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              description: Optional[str] = None,
              display_name: Optional[str] = None,
              group_id: Optional[str] = None,
              location: Optional[str] = None,
              migration_target_type: Optional[GroupMigrationTargetType] = None,
              project: Optional[str] = None,
              request_id: Optional[str] = None)
    @overload
    def Group(resource_name: str,
              args: GroupArgs,
              opts: Optional[ResourceOptions] = None)
    func NewGroup(ctx *Context, name string, args GroupArgs, opts ...ResourceOption) (*Group, error)
    public Group(string name, GroupArgs args, CustomResourceOptions? opts = null)
    public Group(String name, GroupArgs args)
    public Group(String name, GroupArgs args, CustomResourceOptions options)
    
    type: google-native:vmmigration/v1:Group
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args GroupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args GroupArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args GroupArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GroupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GroupArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Group Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Group resource accepts the following input properties:

    GroupId string
    Required. The group identifier.
    Description string
    User-provided description of the group.
    DisplayName string
    Display name is a user defined name for this group which can be updated.
    Location string
    MigrationTargetType Pulumi.GoogleNative.VMMigration.V1.GroupMigrationTargetType
    Immutable. The target type of this group.
    Project string
    RequestId string
    A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
    GroupId string
    Required. The group identifier.
    Description string
    User-provided description of the group.
    DisplayName string
    Display name is a user defined name for this group which can be updated.
    Location string
    MigrationTargetType GroupMigrationTargetType
    Immutable. The target type of this group.
    Project string
    RequestId string
    A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
    groupId String
    Required. The group identifier.
    description String
    User-provided description of the group.
    displayName String
    Display name is a user defined name for this group which can be updated.
    location String
    migrationTargetType GroupMigrationTargetType
    Immutable. The target type of this group.
    project String
    requestId String
    A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
    groupId string
    Required. The group identifier.
    description string
    User-provided description of the group.
    displayName string
    Display name is a user defined name for this group which can be updated.
    location string
    migrationTargetType GroupMigrationTargetType
    Immutable. The target type of this group.
    project string
    requestId string
    A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
    group_id str
    Required. The group identifier.
    description str
    User-provided description of the group.
    display_name str
    Display name is a user defined name for this group which can be updated.
    location str
    migration_target_type GroupMigrationTargetType
    Immutable. The target type of this group.
    project str
    request_id str
    A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
    groupId String
    Required. The group identifier.
    description String
    User-provided description of the group.
    displayName String
    Display name is a user defined name for this group which can be updated.
    location String
    migrationTargetType "MIGRATION_TARGET_TYPE_UNSPECIFIED" | "MIGRATION_TARGET_TYPE_GCE" | "MIGRATION_TARGET_TYPE_DISKS"
    Immutable. The target type of this group.
    project String
    requestId String
    A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Group resource produces the following output properties:

    CreateTime string
    The create time timestamp.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The Group name.
    UpdateTime string
    The update time timestamp.
    CreateTime string
    The create time timestamp.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The Group name.
    UpdateTime string
    The update time timestamp.
    createTime String
    The create time timestamp.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The Group name.
    updateTime String
    The update time timestamp.
    createTime string
    The create time timestamp.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    The Group name.
    updateTime string
    The update time timestamp.
    create_time str
    The create time timestamp.
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    The Group name.
    update_time str
    The update time timestamp.
    createTime String
    The create time timestamp.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The Group name.
    updateTime String
    The update time timestamp.

    Supporting Types

    GroupMigrationTargetType, GroupMigrationTargetTypeArgs

    MigrationTargetTypeUnspecified
    MIGRATION_TARGET_TYPE_UNSPECIFIEDGroup type is not specified. This defaults to Compute Engine targets.
    MigrationTargetTypeGce
    MIGRATION_TARGET_TYPE_GCEAll MigratingVMs in the group must have Compute Engine targets.
    MigrationTargetTypeDisks
    MIGRATION_TARGET_TYPE_DISKSAll MigratingVMs in the group must have Compute Engine Disks targets.
    GroupMigrationTargetTypeMigrationTargetTypeUnspecified
    MIGRATION_TARGET_TYPE_UNSPECIFIEDGroup type is not specified. This defaults to Compute Engine targets.
    GroupMigrationTargetTypeMigrationTargetTypeGce
    MIGRATION_TARGET_TYPE_GCEAll MigratingVMs in the group must have Compute Engine targets.
    GroupMigrationTargetTypeMigrationTargetTypeDisks
    MIGRATION_TARGET_TYPE_DISKSAll MigratingVMs in the group must have Compute Engine Disks targets.
    MigrationTargetTypeUnspecified
    MIGRATION_TARGET_TYPE_UNSPECIFIEDGroup type is not specified. This defaults to Compute Engine targets.
    MigrationTargetTypeGce
    MIGRATION_TARGET_TYPE_GCEAll MigratingVMs in the group must have Compute Engine targets.
    MigrationTargetTypeDisks
    MIGRATION_TARGET_TYPE_DISKSAll MigratingVMs in the group must have Compute Engine Disks targets.
    MigrationTargetTypeUnspecified
    MIGRATION_TARGET_TYPE_UNSPECIFIEDGroup type is not specified. This defaults to Compute Engine targets.
    MigrationTargetTypeGce
    MIGRATION_TARGET_TYPE_GCEAll MigratingVMs in the group must have Compute Engine targets.
    MigrationTargetTypeDisks
    MIGRATION_TARGET_TYPE_DISKSAll MigratingVMs in the group must have Compute Engine Disks targets.
    MIGRATION_TARGET_TYPE_UNSPECIFIED
    MIGRATION_TARGET_TYPE_UNSPECIFIEDGroup type is not specified. This defaults to Compute Engine targets.
    MIGRATION_TARGET_TYPE_GCE
    MIGRATION_TARGET_TYPE_GCEAll MigratingVMs in the group must have Compute Engine targets.
    MIGRATION_TARGET_TYPE_DISKS
    MIGRATION_TARGET_TYPE_DISKSAll MigratingVMs in the group must have Compute Engine Disks targets.
    "MIGRATION_TARGET_TYPE_UNSPECIFIED"
    MIGRATION_TARGET_TYPE_UNSPECIFIEDGroup type is not specified. This defaults to Compute Engine targets.
    "MIGRATION_TARGET_TYPE_GCE"
    MIGRATION_TARGET_TYPE_GCEAll MigratingVMs in the group must have Compute Engine targets.
    "MIGRATION_TARGET_TYPE_DISKS"
    MIGRATION_TARGET_TYPE_DISKSAll MigratingVMs in the group must have Compute Engine Disks targets.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi