GalleryInVMAccessControlProfileVersionProperties Class
Describes the properties of an inVMAccessControlProfile version.
Constructor
GalleryInVMAccessControlProfileVersionProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
target_locations
|
The target regions where the Resource Profile version is going to be replicated to. This property is updatable. |
|
exclude_from_latest
|
If set to true, Virtual Machines deployed from the latest version of the Resource Profile won't use this Profile version. |
|
published_date
|
The timestamp for when the Resource Profile Version is published. |
|
provisioning_state
|
The provisioning state, which only appears in the response. Known values are: "Creating", "Updating", "Failed", "Succeeded", "Deleting", and "Migrating". |
|
replication_status
|
This is the replication status of the gallery image version. |
|
mode
|
This property allows you to specify whether the access control rules are in Audit mode, in Enforce mode or Disabled. Possible values are: 'Audit', 'Enforce' or 'Disabled'. Required. Known values are: "Audit", "Enforce", and "Disabled". |
|
default_access
|
This property allows you to specify if the requests will be allowed to access the host endpoints. Possible values are: 'Allow', 'Deny'. Required. Known values are: "Allow" and "Deny". |
|
rules
|
This is the Access Control Rules specification for an inVMAccessControlProfile version. |
Attributes
default_access
This property allows you to specify if the requests will be allowed to access the host endpoints. Possible values are: 'Allow', 'Deny'. Required. Known values are: "Allow" and "Deny".
default_access: str | _models.EndpointAccess
mode
This property allows you to specify whether the access control rules are in Audit mode, in Enforce mode or Disabled. Possible values are: 'Audit', 'Enforce' or 'Disabled'. Required. Known values are: "Audit", "Enforce", and "Disabled".
mode: str | _models.AccessControlRulesMode
rules
This is the Access Control Rules specification for an inVMAccessControlProfile version.
rules: _models.AccessControlRules | None