ConnectedRegistryProperties Class
- java.
lang. Object - com.
azure. resourcemanager. containerregistry. fluent. models. ConnectedRegistryProperties
- com.
Implements
public final class ConnectedRegistryProperties
implements JsonSerializable<ConnectedRegistryProperties>
The properties of a connected registry.
Constructor Summary
| Constructor | Description |
|---|---|
| ConnectedRegistryProperties() |
Creates an instance of Connected |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Activation |
activation()
Get the activation property: The activation properties of the connected registry. |
| List<String> |
clientTokenIds()
Get the client |
|
Connection |
connectionState()
Get the connection |
|
static
Connected |
fromJson(JsonReader jsonReader)
Reads an instance of Connected |
|
Garbage |
garbageCollection()
Get the garbage |
|
Offset |
lastActivityTime()
Get the last |
|
Logging |
logging()
Get the logging property: The logging properties of the connected registry. |
|
Login |
loginServer()
Get the login |
|
Connected |
mode()
Get the mode property: The mode of the connected registry resource that indicates the permissions of the registry. |
| List<String> |
notificationsList()
Get the notifications |
|
Parent |
parent()
Get the parent property: The parent of the connected registry. |
|
Provisioning |
provisioningState()
Get the provisioning |
|
List<Status |
statusDetails()
Get the status |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
version()
Get the version property: The current version of ACR runtime on the connected registry. |
|
Connected |
withClientTokenIds(List<String> clientTokenIds)
Set the client |
|
Connected |
withGarbageCollection(GarbageCollectionProperties garbageCollection)
Set the garbage |
|
Connected |
withLogging(LoggingProperties logging)
Set the logging property: The logging properties of the connected registry. |
|
Connected |
withLoginServer(LoginServerProperties loginServer)
Set the login |
|
Connected |
withMode(ConnectedRegistryMode mode)
Set the mode property: The mode of the connected registry resource that indicates the permissions of the registry. |
|
Connected |
withNotificationsList(List<String> notificationsList)
Set the notifications |
|
Connected |
withParent(ParentProperties parent)
Set the parent property: The parent of the connected registry. |
Methods inherited from java.lang.Object
Constructor Details
ConnectedRegistryProperties
public ConnectedRegistryProperties()
Creates an instance of ConnectedRegistryProperties class.
Method Details
activation
public ActivationProperties activation()
Get the activation property: The activation properties of the connected registry.
Returns:
clientTokenIds
public List<String> clientTokenIds()
Get the clientTokenIds property: The list of the ACR token resource IDs used to authenticate clients to the connected registry.
Returns:
connectionState
public ConnectionState connectionState()
Get the connectionState property: The current connection state of the connected registry.
Returns:
fromJson
public static ConnectedRegistryProperties fromJson(JsonReader jsonReader)
Reads an instance of ConnectedRegistryProperties from the JsonReader.
Parameters:
Returns:
Throws:
garbageCollection
public GarbageCollectionProperties garbageCollection()
Get the garbageCollection property: The garbage collection properties of the connected registry.
Returns:
lastActivityTime
public OffsetDateTime lastActivityTime()
Get the lastActivityTime property: The last activity time of the connected registry.
Returns:
logging
public LoggingProperties logging()
Get the logging property: The logging properties of the connected registry.
Returns:
loginServer
public LoginServerProperties loginServer()
Get the loginServer property: The login server properties of the connected registry.
Returns:
mode
public ConnectedRegistryMode mode()
Get the mode property: The mode of the connected registry resource that indicates the permissions of the registry.
Returns:
notificationsList
public List<String> notificationsList()
Get the notificationsList property: The list of notifications subscription information for the connected registry.
Returns:
parent
public ParentProperties parent()
Get the parent property: The parent of the connected registry.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the resource.
Returns:
statusDetails
public List<StatusDetailProperties> statusDetails()
Get the statusDetails property: The list of current statuses of the connected registry.
Returns:
toJson
validate
public void validate()
Validates the instance.
version
public String version()
Get the version property: The current version of ACR runtime on the connected registry.
Returns:
withClientTokenIds
public ConnectedRegistryProperties withClientTokenIds(List<String> clientTokenIds)
Set the clientTokenIds property: The list of the ACR token resource IDs used to authenticate clients to the connected registry.
Parameters:
Returns:
withGarbageCollection
public ConnectedRegistryProperties withGarbageCollection(GarbageCollectionProperties garbageCollection)
Set the garbageCollection property: The garbage collection properties of the connected registry.
Parameters:
Returns:
withLogging
public ConnectedRegistryProperties withLogging(LoggingProperties logging)
Set the logging property: The logging properties of the connected registry.
Parameters:
Returns:
withLoginServer
public ConnectedRegistryProperties withLoginServer(LoginServerProperties loginServer)
Set the loginServer property: The login server properties of the connected registry.
Parameters:
Returns:
withMode
public ConnectedRegistryProperties withMode(ConnectedRegistryMode mode)
Set the mode property: The mode of the connected registry resource that indicates the permissions of the registry.
Parameters:
Returns:
withNotificationsList
public ConnectedRegistryProperties withNotificationsList(List<String> notificationsList)
Set the notificationsList property: The list of notifications subscription information for the connected registry.
Parameters:
Returns:
withParent
public ConnectedRegistryProperties withParent(ParentProperties parent)
Set the parent property: The parent of the connected registry.
Parameters:
Returns: