public interface VMConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDockerDaemonUrl()
URL that docker daemon is listening on.
|
com.google.protobuf.ByteString |
getDockerDaemonUrlBytes()
URL that docker daemon is listening on.
|
boolean |
getEnableLogs()
Enable logs collection and displaying in local Admin Console.
|
boolean |
hasDockerDaemonUrl()
URL that docker daemon is listening on.
|
boolean |
hasEnableLogs()
Enable logs collection and displaying in local Admin Console.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDockerDaemonUrl()
URL that docker daemon is listening on. Format: tcp://[host][:port] or unix://path. For more details refer to -H docker parameter: http://docs.docker.io/en/latest/use/basics/#bind-docker-to-another-host-port-or-a-unix-socket.
optional string docker_daemon_url = 1;String getDockerDaemonUrl()
URL that docker daemon is listening on. Format: tcp://[host][:port] or unix://path. For more details refer to -H docker parameter: http://docs.docker.io/en/latest/use/basics/#bind-docker-to-another-host-port-or-a-unix-socket.
optional string docker_daemon_url = 1;com.google.protobuf.ByteString getDockerDaemonUrlBytes()
URL that docker daemon is listening on. Format: tcp://[host][:port] or unix://path. For more details refer to -H docker parameter: http://docs.docker.io/en/latest/use/basics/#bind-docker-to-another-host-port-or-a-unix-socket.
optional string docker_daemon_url = 1;boolean hasEnableLogs()
Enable logs collection and displaying in local Admin Console.
optional bool enable_logs = 3;boolean getEnableLogs()
Enable logs collection and displaying in local Admin Console.
optional bool enable_logs = 3;Copyright © 2022. All rights reserved.