Class GetSerialPortArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.azurenative.serialconsole.inputs.GetSerialPortArgs
-
public final class GetSerialPortArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetSerialPortArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetSerialPortArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetSerialPortArgs.Builder
builder()
static GetSerialPortArgs.Builder
builder(GetSerialPortArgs defaults)
com.pulumi.core.Output<java.lang.String>
parentResource()
com.pulumi.core.Output<java.lang.String>
parentResourceType()
com.pulumi.core.Output<java.lang.String>
resourceGroupName()
com.pulumi.core.Output<java.lang.String>
resourceProviderNamespace()
com.pulumi.core.Output<java.lang.String>
serialPort()
-
-
-
Field Detail
-
Empty
public static final GetSerialPortArgs Empty
-
-
Method Detail
-
parentResource
public com.pulumi.core.Output<java.lang.String> parentResource()
- Returns:
- The resource name, or subordinate path, for the parent of the serial port. For example: the name of the virtual machine.
-
parentResourceType
public com.pulumi.core.Output<java.lang.String> parentResourceType()
- Returns:
- The resource type of the parent resource. For example: 'virtualMachines' or 'virtualMachineScaleSets'
-
resourceGroupName
public com.pulumi.core.Output<java.lang.String> resourceGroupName()
- Returns:
- The name of the resource group.
-
resourceProviderNamespace
public com.pulumi.core.Output<java.lang.String> resourceProviderNamespace()
- Returns:
- The namespace of the resource provider.
-
serialPort
public com.pulumi.core.Output<java.lang.String> serialPort()
- Returns:
- The name of the serial port to connect to.
-
builder
public static GetSerialPortArgs.Builder builder()
-
builder
public static GetSerialPortArgs.Builder builder(GetSerialPortArgs defaults)
-
-