Reference documentation and code samples for the Cloud Life Sciences V2beta API class Google::Cloud::LifeSciences::V2beta::ContainerStartedEvent.
An event generated when a container starts.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#action_id
def action_id() -> ::Integer
    Returns
    
  - (::Integer) — The numeric ID of the action that started this container.
#action_id=
def action_id=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — The numeric ID of the action that started this container.
    Returns
    
  - (::Integer) — The numeric ID of the action that started this container.
#ip_address
def ip_address() -> ::String
    Returns
    
  - (::String) — The public IP address that can be used to connect to the container. This field is only populated when at least one port mapping is present. If the instance was created with a private address, this field will be empty even if port mappings exist.
#ip_address=
def ip_address=(value) -> ::String
    Parameter
    
  - value (::String) — The public IP address that can be used to connect to the container. This field is only populated when at least one port mapping is present. If the instance was created with a private address, this field will be empty even if port mappings exist.
    Returns
    
  - (::String) — The public IP address that can be used to connect to the container. This field is only populated when at least one port mapping is present. If the instance was created with a private address, this field will be empty even if port mappings exist.
#port_mappings
def port_mappings() -> ::Google::Protobuf::Map{::Integer => ::Integer}
    Returns
    
  - 
        (::Google::Protobuf::Map{::Integer => ::Integer}) — The container-to-host port mappings installed for this container. This
set will contain any ports exposed using the PUBLISH_EXPOSED_PORTSflag as well as any specified in theActiondefinition.
#port_mappings=
def port_mappings=(value) -> ::Google::Protobuf::Map{::Integer => ::Integer}
    Parameter
    
  - 
        value (::Google::Protobuf::Map{::Integer => ::Integer}) — The container-to-host port mappings installed for this container. This
set will contain any ports exposed using the PUBLISH_EXPOSED_PORTSflag as well as any specified in theActiondefinition.
    Returns
    
- 
        (::Google::Protobuf::Map{::Integer => ::Integer}) — The container-to-host port mappings installed for this container. This
set will contain any ports exposed using the PUBLISH_EXPOSED_PORTSflag as well as any specified in theActiondefinition.