Home
last modified time | relevance | path

Searched defs:updateautoscalingpolicydetails (Results 1 – 2 of 2) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/autoscaling/
H A Dupdate_auto_scaling_policy_details.go34 type updateautoscalingpolicydetails struct { struct
35 JsonData []byte
36 DisplayName *string `mandatory:"false" json:"displayName"`
37 Capacity *Capacity `mandatory:"false" json:"capacity"`
38 IsEnabled *bool `mandatory:"false" json:"isEnabled"`
39 PolicyType string `json:"policyType"`
43 func (m *updateautoscalingpolicydetails) UnmarshalJSON(data []byte) error {
84 func (m updateautoscalingpolicydetails) GetDisplayName() *string {
89 func (m updateautoscalingpolicydetails) GetCapacity() *Capacity {
94 func (m updateautoscalingpolicydetails) GetIsEnabled() *bool {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/oracle/oci-go-sdk/autoscaling/
H A Dupdate_auto_scaling_policy_details.go27 type updateautoscalingpolicydetails struct { struct
28 JsonData []byte
29 DisplayName *string `mandatory:"false" json:"displayName"`
30 Capacity *Capacity `mandatory:"false" json:"capacity"`
31 PolicyType string `json:"policyType"`
35 func (m *updateautoscalingpolicydetails) UnmarshalJSON(data []byte) error {
53 …nc (m *updateautoscalingpolicydetails) UnmarshalPolymorphicJSON(data []byte) (interface{}, error) {
71 func (m updateautoscalingpolicydetails) GetDisplayName() *string {
76 func (m updateautoscalingpolicydetails) GetCapacity() *Capacity {
80 func (m updateautoscalingpolicydetails) String() string {