Grafeas V1 API - Class Grafeas::V1::DeploymentOccurrence (v0.16.1)

Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::DeploymentOccurrence.

The period during which some deployable was active in a runtime.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#address

def address() -> ::String
Returns
  • (::String) — Address of the runtime element hosting this deployment.

#address=

def address=(value) -> ::String
Parameter
  • value (::String) — Address of the runtime element hosting this deployment.
Returns
  • (::String) — Address of the runtime element hosting this deployment.

#config

def config() -> ::String
Returns
  • (::String) — Configuration used to create this deployment.

#config=

def config=(value) -> ::String
Parameter
  • value (::String) — Configuration used to create this deployment.
Returns
  • (::String) — Configuration used to create this deployment.

#deploy_time

def deploy_time() -> ::Google::Protobuf::Timestamp
Returns

#deploy_time=

def deploy_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#platform

def platform() -> ::Grafeas::V1::DeploymentOccurrence::Platform
Returns

#platform=

def platform=(value) -> ::Grafeas::V1::DeploymentOccurrence::Platform
Parameter
Returns

#resource_uri

def resource_uri() -> ::Array<::String>
Returns
  • (::Array<::String>) — Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.

#resource_uri=

def resource_uri=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.
Returns
  • (::Array<::String>) — Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.

#undeploy_time

def undeploy_time() -> ::Google::Protobuf::Timestamp
Returns

#undeploy_time=

def undeploy_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#user_email

def user_email() -> ::String
Returns
  • (::String) — Identity of the user that triggered this deployment.

#user_email=

def user_email=(value) -> ::String
Parameter
  • value (::String) — Identity of the user that triggered this deployment.
Returns
  • (::String) — Identity of the user that triggered this deployment.