1. Packages
  2. Google Cloud Native
  3. API Docs
  4. vmmigration
  5. vmmigration/v1alpha1
  6. getGroup

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/v1alpha1.getGroup

Explore with Pulumi AI

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

Gets details of a single Group.

Using getGroup

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getGroup(args: GetGroupArgs, opts?: InvokeOptions): Promise<GetGroupResult>
function getGroupOutput(args: GetGroupOutputArgs, opts?: InvokeOptions): Output<GetGroupResult>
Copy
def get_group(group_id: Optional[str] = None,
              location: Optional[str] = None,
              project: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetGroupResult
def get_group_output(group_id: Optional[pulumi.Input[str]] = None,
              location: Optional[pulumi.Input[str]] = None,
              project: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetGroupResult]
Copy
func LookupGroup(ctx *Context, args *LookupGroupArgs, opts ...InvokeOption) (*LookupGroupResult, error)
func LookupGroupOutput(ctx *Context, args *LookupGroupOutputArgs, opts ...InvokeOption) LookupGroupResultOutput
Copy

> Note: This function is named LookupGroup in the Go SDK.

public static class GetGroup 
{
    public static Task<GetGroupResult> InvokeAsync(GetGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetGroupResult> Invoke(GetGroupInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetGroupResult> getGroup(GetGroupArgs args, InvokeOptions options)
public static Output<GetGroupResult> getGroup(GetGroupArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:vmmigration/v1alpha1:getGroup
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

GroupId This property is required. string
Location This property is required. string
Project string
GroupId This property is required. string
Location This property is required. string
Project string
groupId This property is required. String
location This property is required. String
project String
groupId This property is required. string
location This property is required. string
project string
group_id This property is required. str
location This property is required. str
project str
groupId This property is required. String
location This property is required. String
project String

getGroup Result

The following output properties are available:

CreateTime string
The create time timestamp.
Description string
User-provided description of the group.
DisplayName string
Display name is a user defined name for this group which can be updated.
MigrationTargetType string
Immutable. The target type of this group.
Name string
The Group name.
UpdateTime string
The update time timestamp.
CreateTime string
The create time timestamp.
Description string
User-provided description of the group.
DisplayName string
Display name is a user defined name for this group which can be updated.
MigrationTargetType string
Immutable. The target type of this group.
Name string
The Group name.
UpdateTime string
The update time timestamp.
createTime String
The create time timestamp.
description String
User-provided description of the group.
displayName String
Display name is a user defined name for this group which can be updated.
migrationTargetType String
Immutable. The target type of this group.
name String
The Group name.
updateTime String
The update time timestamp.
createTime string
The create time timestamp.
description string
User-provided description of the group.
displayName string
Display name is a user defined name for this group which can be updated.
migrationTargetType string
Immutable. The target type of this group.
name string
The Group name.
updateTime string
The update time timestamp.
create_time str
The create time timestamp.
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.
migration_target_type str
Immutable. The target type of this group.
name str
The Group name.
update_time str
The update time timestamp.
createTime String
The create time timestamp.
description String
User-provided description of the group.
displayName String
Display name is a user defined name for this group which can be updated.
migrationTargetType String
Immutable. The target type of this group.
name String
The Group name.
updateTime String
The update time timestamp.

Package Details

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

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