class Rancher::Project
- Rancher::Project
- Rancher::Object
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
rancher/types/generated/project.crrancher/types/project.cr
Constructors
Instance Method Summary
- #created : Time
- #created=(created : Time)
- #created? : Time | Nil
- #description : String
- #description=(description : String)
- #description? : String | Nil
- #health_state : String
- #health_state=(health_state : String)
- #health_state? : String | Nil
- #host_remove_delay_seconds : Int64
- #host_remove_delay_seconds=(host_remove_delay_seconds : Int64)
- #host_remove_delay_seconds? : Int64 | Nil
- #kind : String
- #kind=(kind : String)
- #kind? : String | Nil
- #load_balancer_services
- #members : Array(ProjectMember)
- #members=(members : Array(ProjectMember))
- #members? : Array(ProjectMember) | Nil
- #name : String
- #name=(name : String)
- #name? : String | Nil
- #orchestration : String
- #orchestration=(orchestration : String)
- #orchestration? : String | Nil
- #removed : Time
- #removed=(removed : Time)
- #removed? : Time | Nil
- #services_port_range : ServicesPortRange
- #services_port_range=(services_port_range : ServicesPortRange)
- #services_port_range? : ServicesPortRange | Nil
- #state : String
- #state=(state : String)
- #state? : String | Nil
- #transitioning : String
- #transitioning=(transitioning : String)
- #transitioning? : String | Nil
- #transitioning_message : String
- #transitioning_message=(transitioning_message : String)
- #transitioning_message? : String | Nil
- #transitioning_progress : Int64
- #transitioning_progress=(transitioning_progress : Int64)
- #transitioning_progress? : Int64 | Nil
- #uuid : String
- #uuid=(uuid : String)
- #uuid? : String | Nil
- #version : String
- #version=(version : String)
- #version? : String | Nil
- #virtual_machine : Bool
- #virtual_machine=(virtual_machine : Bool)
- #virtual_machine? : Bool | Nil