Class: Grafeas::V1::DeploymentOccurrence

Inherits:
Object
  • Object
show all
Defined in:
lib/grafeas/v1/doc/grafeas/v1/deployment.rb

Overview

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

Defined Under Namespace

Modules: Platform

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

Returns Address of the runtime element hosting this deployment.

Returns:

  • (String)

    Address of the runtime element hosting this deployment.



47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# File 'lib/grafeas/v1/doc/grafeas/v1/deployment.rb', line 47

class DeploymentOccurrence
  # Types of platforms.
  module Platform
    # Unknown.
    PLATFORM_UNSPECIFIED = 0

    # Google Container Engine.
    GKE = 1

    # Google App Engine: Flexible Environment.
    FLEX = 2

    # Custom user-defined platform.
    CUSTOM = 3
  end
end

#configString

Returns Configuration used to create this deployment.

Returns:

  • (String)

    Configuration used to create this deployment.



47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# File 'lib/grafeas/v1/doc/grafeas/v1/deployment.rb', line 47

class DeploymentOccurrence
  # Types of platforms.
  module Platform
    # Unknown.
    PLATFORM_UNSPECIFIED = 0

    # Google Container Engine.
    GKE = 1

    # Google App Engine: Flexible Environment.
    FLEX = 2

    # Custom user-defined platform.
    CUSTOM = 3
  end
end

#deploy_timeGoogle::Protobuf::Timestamp

Returns Required. Beginning of the lifetime of this deployment.

Returns:



47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# File 'lib/grafeas/v1/doc/grafeas/v1/deployment.rb', line 47

class DeploymentOccurrence
  # Types of platforms.
  module Platform
    # Unknown.
    PLATFORM_UNSPECIFIED = 0

    # Google Container Engine.
    GKE = 1

    # Google App Engine: Flexible Environment.
    FLEX = 2

    # Custom user-defined platform.
    CUSTOM = 3
  end
end

#platformGrafeas::V1::DeploymentOccurrence::Platform

Returns Platform hosting this deployment.

Returns:



47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# File 'lib/grafeas/v1/doc/grafeas/v1/deployment.rb', line 47

class DeploymentOccurrence
  # Types of platforms.
  module Platform
    # Unknown.
    PLATFORM_UNSPECIFIED = 0

    # Google Container Engine.
    GKE = 1

    # Google App Engine: Flexible Environment.
    FLEX = 2

    # Custom user-defined platform.
    CUSTOM = 3
  end
end

#resource_uriArray<String>

Returns 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.



47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# File 'lib/grafeas/v1/doc/grafeas/v1/deployment.rb', line 47

class DeploymentOccurrence
  # Types of platforms.
  module Platform
    # Unknown.
    PLATFORM_UNSPECIFIED = 0

    # Google Container Engine.
    GKE = 1

    # Google App Engine: Flexible Environment.
    FLEX = 2

    # Custom user-defined platform.
    CUSTOM = 3
  end
end

#undeploy_timeGoogle::Protobuf::Timestamp

Returns End of the lifetime of this deployment.

Returns:



47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# File 'lib/grafeas/v1/doc/grafeas/v1/deployment.rb', line 47

class DeploymentOccurrence
  # Types of platforms.
  module Platform
    # Unknown.
    PLATFORM_UNSPECIFIED = 0

    # Google Container Engine.
    GKE = 1

    # Google App Engine: Flexible Environment.
    FLEX = 2

    # Custom user-defined platform.
    CUSTOM = 3
  end
end

#user_emailString

Returns Identity of the user that triggered this deployment.

Returns:

  • (String)

    Identity of the user that triggered this deployment.



47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# File 'lib/grafeas/v1/doc/grafeas/v1/deployment.rb', line 47

class DeploymentOccurrence
  # Types of platforms.
  module Platform
    # Unknown.
    PLATFORM_UNSPECIFIED = 0

    # Google Container Engine.
    GKE = 1

    # Google App Engine: Flexible Environment.
    FLEX = 2

    # Custom user-defined platform.
    CUSTOM = 3
  end
end