|
deploymentmanager
v2
|
#include <resource_access_control.h>
Public Member Functions | |
| ResourceAccessControl (const Json::Value &storage) | |
| ResourceAccessControl (Json::Value *storage) | |
| virtual | ~ResourceAccessControl () |
| const StringPiece | GetTypeName () const |
| bool | has_gcp_iam_policy () const |
| void | clear_gcp_iam_policy () |
| const StringPiece | get_gcp_iam_policy () const |
| void | set_gcp_iam_policy (const StringPiece &value) |
Static Public Member Functions | |
| static ResourceAccessControl * | New () |
The access controls set on the resource.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'gcpIamPolicy' attribute.
|
inline |
Get the value of the 'gcpIamPolicy' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'gcpIamPolicy' attribute was set.
gcpIamPolicy' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'gcpIamPolicy' attribute.
The GCP IAM Policy to set on the resource.
| [in] | value | The new value. |