Class: Google::Cloud::Workstations::V1::WorkstationConfig::Container

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/workstations/v1/workstations.rb

Overview

A Docker container.

Defined Under Namespace

Classes: EnvEntry

Instance Attribute Summary collapse

Instance Attribute Details

#args::Array<::String>

Returns Optional. Arguments passed to the entrypoint.

Returns:

  • (::Array<::String>)

    Optional. Arguments passed to the entrypoint.



538
539
540
541
542
543
544
545
546
547
548
549
550
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 538

class Container
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class EnvEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#command::Array<::String>

Returns Optional. If set, overrides the default ENTRYPOINT specified by the image.

Returns:

  • (::Array<::String>)

    Optional. If set, overrides the default ENTRYPOINT specified by the image.



538
539
540
541
542
543
544
545
546
547
548
549
550
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 538

class Container
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class EnvEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#env::Google::Protobuf::Map{::String => ::String}

Returns Optional. Environment variables passed to the container's entrypoint.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Optional. Environment variables passed to the container's entrypoint.



538
539
540
541
542
543
544
545
546
547
548
549
550
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 538

class Container
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class EnvEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#image::String

Returns Optional. A Docker container image that defines a custom environment.

Cloud Workstations provides a number of preconfigured images, but you can create your own custom container images. If using a private image, the host.gceInstance.serviceAccount field must be specified in the workstation configuration and must have permission to pull the specified image. Otherwise, the image must be publicly accessible.

Returns:

  • (::String)

    Optional. A Docker container image that defines a custom environment.

    Cloud Workstations provides a number of preconfigured images, but you can create your own custom container images. If using a private image, the host.gceInstance.serviceAccount field must be specified in the workstation configuration and must have permission to pull the specified image. Otherwise, the image must be publicly accessible.



538
539
540
541
542
543
544
545
546
547
548
549
550
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 538

class Container
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class EnvEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#run_as_user::Integer

Returns Optional. If set, overrides the USER specified in the image with the given uid.

Returns:

  • (::Integer)

    Optional. If set, overrides the USER specified in the image with the given uid.



538
539
540
541
542
543
544
545
546
547
548
549
550
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 538

class Container
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class EnvEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#working_dir::String

Returns Optional. If set, overrides the default DIR specified by the image.

Returns:

  • (::String)

    Optional. If set, overrides the default DIR specified by the image.



538
539
540
541
542
543
544
545
546
547
548
549
550
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 538

class Container
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class EnvEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end