Class SerialPortArgs


  • public final class SerialPortArgs
    extends com.pulumi.resources.ResourceArgs
    • 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.