Class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicy
- Inherits:
-
Object
- Object
- Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicy
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/remotebuildexecution_v1/classes.rb,
lib/google/apis/remotebuildexecution_v1/representations.rb,
lib/google/apis/remotebuildexecution_v1/representations.rb
Overview
FeaturePolicy defines features allowed to be used on RBE instances, as well as instance-wide behavior changes that take effect without opt-in or opt-out at usage time.
Instance Attribute Summary collapse
-
#container_image_sources ⇒ Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature
Defines whether a feature can be used or what values are accepted.
-
#docker_add_capabilities ⇒ Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature
Defines whether a feature can be used or what values are accepted.
-
#docker_chroot_path ⇒ Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature
Defines whether a feature can be used or what values are accepted.
-
#docker_network ⇒ Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature
Defines whether a feature can be used or what values are accepted.
-
#docker_privileged ⇒ Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature
Defines whether a feature can be used or what values are accepted.
-
#docker_run_as_root ⇒ Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature
Defines whether a feature can be used or what values are accepted.
-
#docker_runtime ⇒ Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature
Defines whether a feature can be used or what values are accepted.
-
#docker_sibling_containers ⇒ Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature
Defines whether a feature can be used or what values are accepted.
-
#linux_isolation ⇒ String
linux_isolation allows overriding the docker runtime used for containers started on Linux.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicy
constructor
A new instance of GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicy.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicy
Returns a new instance of GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicy.
1949 1950 1951 |
# File 'lib/google/apis/remotebuildexecution_v1/classes.rb', line 1949 def initialize(**args) update!(**args) end |
Instance Attribute Details
#container_image_sources ⇒ Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature
Defines whether a feature can be used or what values are accepted.
Corresponds to the JSON property containerImageSources
1906 1907 1908 |
# File 'lib/google/apis/remotebuildexecution_v1/classes.rb', line 1906 def container_image_sources @container_image_sources end |
#docker_add_capabilities ⇒ Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature
Defines whether a feature can be used or what values are accepted.
Corresponds to the JSON property dockerAddCapabilities
1911 1912 1913 |
# File 'lib/google/apis/remotebuildexecution_v1/classes.rb', line 1911 def docker_add_capabilities @docker_add_capabilities end |
#docker_chroot_path ⇒ Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature
Defines whether a feature can be used or what values are accepted.
Corresponds to the JSON property dockerChrootPath
1916 1917 1918 |
# File 'lib/google/apis/remotebuildexecution_v1/classes.rb', line 1916 def docker_chroot_path @docker_chroot_path end |
#docker_network ⇒ Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature
Defines whether a feature can be used or what values are accepted.
Corresponds to the JSON property dockerNetwork
1921 1922 1923 |
# File 'lib/google/apis/remotebuildexecution_v1/classes.rb', line 1921 def docker_network @docker_network end |
#docker_privileged ⇒ Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature
Defines whether a feature can be used or what values are accepted.
Corresponds to the JSON property dockerPrivileged
1926 1927 1928 |
# File 'lib/google/apis/remotebuildexecution_v1/classes.rb', line 1926 def docker_privileged @docker_privileged end |
#docker_run_as_root ⇒ Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature
Defines whether a feature can be used or what values are accepted.
Corresponds to the JSON property dockerRunAsRoot
1931 1932 1933 |
# File 'lib/google/apis/remotebuildexecution_v1/classes.rb', line 1931 def docker_run_as_root @docker_run_as_root end |
#docker_runtime ⇒ Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature
Defines whether a feature can be used or what values are accepted.
Corresponds to the JSON property dockerRuntime
1936 1937 1938 |
# File 'lib/google/apis/remotebuildexecution_v1/classes.rb', line 1936 def docker_runtime @docker_runtime end |
#docker_sibling_containers ⇒ Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature
Defines whether a feature can be used or what values are accepted.
Corresponds to the JSON property dockerSiblingContainers
1941 1942 1943 |
# File 'lib/google/apis/remotebuildexecution_v1/classes.rb', line 1941 def docker_sibling_containers @docker_sibling_containers end |
#linux_isolation ⇒ String
linux_isolation allows overriding the docker runtime used for containers
started on Linux.
Corresponds to the JSON property linuxIsolation
1947 1948 1949 |
# File 'lib/google/apis/remotebuildexecution_v1/classes.rb', line 1947 def linux_isolation @linux_isolation end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 |
# File 'lib/google/apis/remotebuildexecution_v1/classes.rb', line 1954 def update!(**args) @container_image_sources = args[:container_image_sources] if args.key?(:container_image_sources) @docker_add_capabilities = args[:docker_add_capabilities] if args.key?(:docker_add_capabilities) @docker_chroot_path = args[:docker_chroot_path] if args.key?(:docker_chroot_path) @docker_network = args[:docker_network] if args.key?(:docker_network) @docker_privileged = args[:docker_privileged] if args.key?(:docker_privileged) @docker_run_as_root = args[:docker_run_as_root] if args.key?(:docker_run_as_root) @docker_runtime = args[:docker_runtime] if args.key?(:docker_runtime) @docker_sibling_containers = args[:docker_sibling_containers] if args.key?(:docker_sibling_containers) @linux_isolation = args[:linux_isolation] if args.key?(:linux_isolation) end |