Class SerialPortArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.serialconsole.SerialPortArgs
-
public final class SerialPortArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SerialPortArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static SerialPortArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SerialPortArgs.Builder
builder()
static SerialPortArgs.Builder
builder(SerialPortArgs 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()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
serialPort()
java.util.Optional<com.pulumi.core.Output<SerialPortState>>
state()
-
-
-
Field Detail
-
Empty
public static final SerialPortArgs 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 java.util.Optional<com.pulumi.core.Output<java.lang.String>> serialPort()
- Returns:
- The name of the serial port to create.
-
state
public java.util.Optional<com.pulumi.core.Output<SerialPortState>> state()
- Returns:
- Specifies whether the port is enabled for a serial console connection.
-
builder
public static SerialPortArgs.Builder builder()
-
builder
public static SerialPortArgs.Builder builder(SerialPortArgs defaults)
-
-