class documentation

Undocumented

Method __dir__ Undocumented
Method __init__ Undocumented
Method container.setter Undocumented
Method description.setter Undocumented
Method network_id.setter Undocumented
Method password.setter Undocumented
Method port.setter Undocumented
Method username.setter Undocumented
Constant __PB2_DESCRIPTOR__ Undocumented
Constant __PY_TO_PB2__ Undocumented
Class Variable __mask_functions__ Undocumented
Property container Container spec
Property description Description of the endpoint.
Property network_id Network ID to run the endpoint in
Property password Password for accessing the container endpoint.
Property port Container port to be exposed.
Property username Username for accessing the container endpoint.

Inherited from Message:

Class Method get_descriptor Undocumented
Class Method is_credentials Undocumented
Class Method is_sensitive Undocumented
Method __repr__ Undocumented
Method check_presence Undocumented
Method get_full_update_reset_mask Undocumented
Method get_mask Undocumented
Method is_default Undocumented
Method set_mask Undocumented
Method which_field_in_oneof Undocumented
Class Variable __PB2_CLASS__ Undocumented
Instance Variable __pb2_message__ Undocumented
Method _clear_field Undocumented
Method _get_field Undocumented
Method _set_field Undocumented
Class Variable __credentials_fields Undocumented
Class Variable __default Undocumented
Class Variable __sensitive_fields Undocumented
Instance Variable __recorded_reset_mask Undocumented
def __dir__(self) -> abc.Iterable[builtins.str]: (source)

Undocumented

def __init__(self, initial_message: message_1.Message | None = None, *, description: builtins.str | None | unset.UnsetType = unset.Unset, network_id: builtins.str | None | unset.UnsetType = unset.Unset, username: builtins.str | None | unset.UnsetType = unset.Unset, password: builtins.str | None | unset.UnsetType = unset.Unset, port: builtins.int | None | unset.UnsetType = unset.Unset, container: EndpointContainerSpec | endpoint_pb2.EndpointContainerSpec | None | unset.UnsetType = unset.Unset): (source)
def container(self, value: EndpointContainerSpec | endpoint_pb2.EndpointContainerSpec | None): (source)

Undocumented

def description(self, value: builtins.str | None): (source)

Undocumented

def network_id(self, value: builtins.str | None): (source)

Undocumented

def password(self, value: builtins.str | None): (source)

Undocumented

def port(self, value: builtins.int | None): (source)

Undocumented

def username(self, value: builtins.str | None): (source)

Undocumented

__PB2_DESCRIPTOR__ = (source)

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.Descriptor]('.nebius.msp.serverless.v1alp
ha1.EndpointSpec',
                                                   endpoint_pb2.DESCRIPTOR,
                                                   descriptor_1.Descriptor)
__PY_TO_PB2__: builtins.dict[builtins.str, builtins.str] = (source)

Undocumented

Value
{'description': 'description',
 'network_id': 'network_id',
 'username': 'username',
 'password': 'password',
 'port': 'port',
 'container': 'container'}
@builtins.property
container: EndpointContainerSpec = (source)

Container spec

@builtins.property
description: builtins.str = (source)

Description of the endpoint.

@builtins.property
network_id: builtins.str = (source)

Network ID to run the endpoint in

@builtins.property
password: builtins.str = (source)

Password for accessing the container endpoint.

@builtins.property
port: builtins.int = (source)

Container port to be exposed.

@builtins.property
username: builtins.str = (source)

Username for accessing the container endpoint.