Configuration(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configuration for a Google SPLA product
Attributes |
|
---|---|
Name | Description |
name |
str
Identifier. name of resource |
display_name |
str
Required. User given name. |
product |
str
Required. Name field (with URL) of the Product offered for SPLA. |
license_type |
google.cloud.licensemanager_v1.types.LicenseType
Required. LicenseType to be applied for billing |
current_billing_info |
google.cloud.licensemanager_v1.types.BillingInfo
Required. Billing information applicable till end of the current month. |
next_billing_info |
google.cloud.licensemanager_v1.types.BillingInfo
Required. Billing information applicable for next month. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. [Output only] Create time stamp |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. [Output only] Update time stamp |
labels |
MutableMapping[str, str]
Optional. Labels as key value pairs |
state |
google.cloud.licensemanager_v1.types.Configuration.State
Output only. State of the configuration. |
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
State
State(value)
State of the configuration.