Class GetHyperVCollectorPlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.azurenative.migrate.inputs.GetHyperVCollectorPlainArgs
-
public final class GetHyperVCollectorPlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetHyperVCollectorPlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetHyperVCollectorPlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetHyperVCollectorPlainArgs.Builder
builder()
static GetHyperVCollectorPlainArgs.Builder
builder(GetHyperVCollectorPlainArgs defaults)
java.lang.String
hyperVCollectorName()
java.lang.String
projectName()
java.lang.String
resourceGroupName()
-
-
-
Field Detail
-
Empty
public static final GetHyperVCollectorPlainArgs Empty
-
-
Method Detail
-
hyperVCollectorName
public java.lang.String hyperVCollectorName()
- Returns:
- Unique name of a Hyper-V collector within a project.
-
projectName
public java.lang.String projectName()
- Returns:
- Name of the Azure Migrate project.
-
resourceGroupName
public java.lang.String resourceGroupName()
- Returns:
- Name of the Azure Resource Group that project is part of.
-
builder
public static GetHyperVCollectorPlainArgs.Builder builder()
-
builder
public static GetHyperVCollectorPlainArgs.Builder builder(GetHyperVCollectorPlainArgs defaults)
-
-