Module clients.sandbox.port.port
Functions
port_from_api_object
port_to_api_object
Classes
Port
class Port(name: str = '', display_name: str = '', public: bool = False, internal_url: str = '', public_url: str = '', create_time: Optional[datetime.datetime] = None, creator: str = '', creator_display_name: str = '', update_time: Optional[datetime.datetime] = None, updater: str = '', updater_display_name: str = '', state: h2o_engine_manager.clients.sandbox.port.state.PortState = PortState.STATE_UNSPECIFIED, failure_reason: str = '')
Port represents a network port exposed from a SandboxEngine.
Port represents a network port exposed from a SandboxEngine.
Args
name- The resource name of the port. Format: "workspaces//sandboxEngines//ports/*"
display_name- Optional human-readable display name for this port.
public- Whether this port should be publicly accessible. If False, the port is only accessible within the cluster.
internal_url- Output only. URL for accessing this port from within the Kubernetes cluster.
public_url- Output only. URL for accessing this port from outside the cluster. Only set when public is True.
create_time- Output only. Time when this port was created.
creator- Output only. Name of an entity that created this port.
creator_display_name- Output only. Display name of the entity that created this port.
update_time- Output only. Time when this port was last updated.
updater- Output only. Name of an entity that last updated this port.
updater_display_name- Output only. Display name of the entity that last updated this port.
state- Output only. The current state of the port.
failure_reason- Output only. Failure reason during port creation. Only set when state is STATE_FAILED.
Feedback
- Submit and view feedback for this page
- Send feedback about AI Engine Manager to cloud-feedback@h2o.ai