resourceState property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
The resource state of the multicast consumer association.
Use the state field instead.
Output only. Deprecated. Possible string values are:
- "CONSUMER_RESOURCE_STATE_UNSPECIFIED" : The consumer resource state is not specified.
- "ACTIVE" : The consumer resource state is active.
- "OBSOLETE" : The associated admin resource has been deleted. The consumer resource state becomes obsolete.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.String? resourceState;